OSDN Git Service

Fixed bug in OP_GOTO_32.S, added support for additional parameters to dvmHandleStackO...
[android-x86/dalvik.git] / vm / mterp / x86-atom / OP_GOTO_32.S
index 9409400..eb9c9ac 100644 (file)
@@ -33,6 +33,6 @@
     shl         $$16, %ecx              # prepare to create +AAAAAAAA
     or          %ecx, %edx              # %edx<- +AAAAAAAA
     shl         $$1, %edx               # %edx is doubled to get the byte offset
-    jc          common_periodicChecks2  # do check on backwards branch
+    jle          common_periodicChecks2  # do check on backwards branch
     FINISH_RB   %edx, %ecx              # jump to next instruction