OSDN Git Service

Add missing JUMBO ops [fixed]
authorbuzbee <buzbee@google.com>
Thu, 31 Mar 2011 18:18:28 +0000 (11:18 -0700)
committerbuzbee <buzbee@google.com>
Thu, 31 Mar 2011 18:18:28 +0000 (11:18 -0700)
Neglected to git-add the most recent version in Change I0c0b6d17.

Change-Id: I5f9e630f652edcf70ab893ade6f559056ed31f8f

vm/compiler/codegen/arm/CodegenDriver.c

index 7d76e89..e80ac0f 100644 (file)
@@ -1636,7 +1636,7 @@ static bool handleFmt21c_Fmt31c_Fmt41c(CompilationUnit *cUnit, MIR *mir)
             }
 
             isVolatile = (opcode == OP_SGET_VOLATILE) ||
-                         (opcode == OP_SGET_VOLATILE_VOLATILE) ||
+                         (opcode == OP_SGET_VOLATILE_JUMBO) ||
                          (opcode == OP_SGET_OBJECT_VOLATILE) ||
                          (opcode == OP_SGET_OBJECT_VOLATILE_JUMBO) ||
                          dvmIsVolatileField((Field *) fieldPtr);