# HG changeset patch # User aph # Date 1334150559 14400 # Node ID 0d46eb9c099fc46d7a0f74f8d7302aac2048eed0 # Parent ef453193835cbd3078e2fad57f41c8b69108e827 Minor review cleanups. diff -r ef453193835c -r 0d46eb9c099f src/cpu/zero/vm/cppInterpreter_arm.S --- a/src/cpu/zero/vm/cppInterpreter_arm.S Tue Apr 10 12:22:01 2012 -0400 +++ b/src/cpu/zero/vm/cppInterpreter_arm.S Wed Apr 11 09:22:39 2012 -0400 @@ -3138,7 +3138,7 @@ resolve_invokedynamic: stmfd arm_sp!, {lr} - ldr r0, [r8, #ISTATE_THREAD] + ldr r0, [istate, #ISTATE_THREAD] bl _ZN18InterpreterRuntime21resolve_invokedynamicEP10JavaThread ldmfd arm_sp!, {pc} @@ -3152,7 +3152,7 @@ bl _ZN14CppInterpreter19method_handle_entryEP13methodOopDesciP6Thread ldmia sp!, {regset, pc} - // Common code for fast_aldc_w and fast_aldc_w + // Common code for fast_aldc and fast_aldc_w # r0 = constpool cache entry .macro aldc opc, seq_len // Save the pool entry