# HG changeset patch # User chrisphi # Date 1397660945 -3600 # Node ID 66e42ed3c1c83ffebc490fd61fb531c75e093f5a # Parent ac48a818965e8e3ad1a345e42db035d7c123e11d Fix accidental reversion of PR1188 for armel diff -r ac48a818965e -r 66e42ed3c1c8 src/cpu/zero/vm/cppInterpreter_arm.S --- a/src/cpu/zero/vm/cppInterpreter_arm.S Tue Apr 15 23:54:38 2014 +0100 +++ b/src/cpu/zero/vm/cppInterpreter_arm.S Wed Apr 16 16:09:05 2014 +0100 @@ -367,7 +367,7 @@ flds s1, [stack, #4] add stack, #4 #else - POP r0 + POP r1 #endif .endm