From 3a56e9d90e0afa8f293ea94a8fcb7cb017bbe9a6 Mon Sep 17 00:00:00 2001 From: buzbee Date: Thu, 31 Mar 2011 11:18:28 -0700 Subject: [PATCH] Add missing JUMBO ops [fixed] Neglected to git-add the most recent version in Change I0c0b6d17. Change-Id: I5f9e630f652edcf70ab893ade6f559056ed31f8f --- vm/compiler/codegen/arm/CodegenDriver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/compiler/codegen/arm/CodegenDriver.c b/vm/compiler/codegen/arm/CodegenDriver.c index 7d76e890f..e80ac0f9a 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); -- 2.11.0