aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenDriver.c
diff options
context:
space:
mode:
authorbuzbee <buzbee@google.com>2011-03-31 11:20:47 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-31 11:20:47 -0700
commit9220113edce56372d613f7aba006513ae85a99bc (patch)
treefab24c600251941895c210d4b3e7d56b28c1d823 /vm/compiler/codegen/arm/CodegenDriver.c
parent640f04a6cb47cffa703ff5a3ab4d56003c0c9bac (diff)
parent3a56e9d90e0afa8f293ea94a8fcb7cb017bbe9a6 (diff)
Merge "Add missing JUMBO ops [fixed]" into dalvik-dev
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenDriver.c')
-rw-r--r--vm/compiler/codegen/arm/CodegenDriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/arm/CodegenDriver.c b/vm/compiler/codegen/arm/CodegenDriver.c
index b0ed8478c..8d8619b22 100644
--- a/vm/compiler/codegen/arm/CodegenDriver.c
+++ b/vm/compiler/codegen/arm/CodegenDriver.c
@@ -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);