| commit | 3a56e9d90e0afa8f293ea94a8fcb7cb017bbe9a6 | [log] [tgz] |
|---|---|---|
| author | buzbee <buzbee@google.com> | Thu Mar 31 11:18:28 2011 -0700 |
| committer | buzbee <buzbee@google.com> | Thu Mar 31 11:18:28 2011 -0700 |
| tree | c292f67220395c6186f3ec60e51c3e28b04f9d39 | |
| parent | bd7865b4fb7b1c94b7c7911ef8f83af0a3367a4e [diff] [blame] |
Add missing JUMBO ops [fixed] Neglected to git-add the most recent version in Change I0c0b6d17. Change-Id: I5f9e630f652edcf70ab893ade6f559056ed31f8f
diff --git a/vm/compiler/codegen/arm/CodegenDriver.c b/vm/compiler/codegen/arm/CodegenDriver.c index 7d76e89..e80ac0f 100644 --- a/vm/compiler/codegen/arm/CodegenDriver.c +++ b/vm/compiler/codegen/arm/CodegenDriver.c
@@ -1636,7 +1636,7 @@ } 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);