OSDN Git Service

Regenerate mterp.
authorAndy McFadden <fadden@android.com>
Wed, 5 Aug 2009 20:20:16 +0000 (13:20 -0700)
committerAndy McFadden <fadden@android.com>
Wed, 5 Aug 2009 20:20:16 +0000 (13:20 -0700)
Whoops!  Should've been part of d33b0c3fbd81ae96c5d5c034030d62caac33c310.

vm/mterp/out/InterpC-allstubs.c
vm/mterp/out/InterpC-armv4t.c
vm/mterp/out/InterpC-armv5te-vfp.c
vm/mterp/out/InterpC-armv5te.c
vm/mterp/out/InterpC-armv7-a.c
vm/mterp/out/InterpC-x86.c

index 0b70c9e..0769eeb 100644 (file)
@@ -531,7 +531,7 @@ static inline bool checkForNullExportPC(Object* obj, u4* fp, const u2* pc)
             ADJUST_PC(_pcadj);                                              \
             glue->entryPoint = _entryPoint;                                 \
             LOGVV("threadid=%d: switch to STD ep=%d adj=%d\n",              \
-                glue->self->threadId, (_entryPoint), (_pcadj));             \
+                self->threadId, (_entryPoint), (_pcadj));                   \
             GOTO_bail_switch();                                             \
         }                                                                   \
     }
index e175560..bdfffe3 100644 (file)
@@ -531,7 +531,7 @@ static inline bool checkForNullExportPC(Object* obj, u4* fp, const u2* pc)
             ADJUST_PC(_pcadj);                                              \
             glue->entryPoint = _entryPoint;                                 \
             LOGVV("threadid=%d: switch to STD ep=%d adj=%d\n",              \
-                glue->self->threadId, (_entryPoint), (_pcadj));             \
+                self->threadId, (_entryPoint), (_pcadj));                   \
             GOTO_bail_switch();                                             \
         }                                                                   \
     }
index 0065e8e..7840920 100644 (file)
@@ -531,7 +531,7 @@ static inline bool checkForNullExportPC(Object* obj, u4* fp, const u2* pc)
             ADJUST_PC(_pcadj);                                              \
             glue->entryPoint = _entryPoint;                                 \
             LOGVV("threadid=%d: switch to STD ep=%d adj=%d\n",              \
-                glue->self->threadId, (_entryPoint), (_pcadj));             \
+                self->threadId, (_entryPoint), (_pcadj));                   \
             GOTO_bail_switch();                                             \
         }                                                                   \
     }
index d3b6871..4849423 100644 (file)
@@ -531,7 +531,7 @@ static inline bool checkForNullExportPC(Object* obj, u4* fp, const u2* pc)
             ADJUST_PC(_pcadj);                                              \
             glue->entryPoint = _entryPoint;                                 \
             LOGVV("threadid=%d: switch to STD ep=%d adj=%d\n",              \
-                glue->self->threadId, (_entryPoint), (_pcadj));             \
+                self->threadId, (_entryPoint), (_pcadj));                   \
             GOTO_bail_switch();                                             \
         }                                                                   \
     }
index 4fcfd6a..a4413bb 100644 (file)
@@ -531,7 +531,7 @@ static inline bool checkForNullExportPC(Object* obj, u4* fp, const u2* pc)
             ADJUST_PC(_pcadj);                                              \
             glue->entryPoint = _entryPoint;                                 \
             LOGVV("threadid=%d: switch to STD ep=%d adj=%d\n",              \
-                glue->self->threadId, (_entryPoint), (_pcadj));             \
+                self->threadId, (_entryPoint), (_pcadj));                   \
             GOTO_bail_switch();                                             \
         }                                                                   \
     }
index 9de3324..fe261c7 100644 (file)
@@ -531,7 +531,7 @@ static inline bool checkForNullExportPC(Object* obj, u4* fp, const u2* pc)
             ADJUST_PC(_pcadj);                                              \
             glue->entryPoint = _entryPoint;                                 \
             LOGVV("threadid=%d: switch to STD ep=%d adj=%d\n",              \
-                glue->self->threadId, (_entryPoint), (_pcadj));             \
+                self->threadId, (_entryPoint), (_pcadj));                   \
             GOTO_bail_switch();                                             \
         }                                                                   \
     }