Attached patch to fix accidental reversion of fix for 1188.
Chris Phillips
ChPhilli at redhat.com
Wed Apr 16 14:53:32 UTC 2014
Hi Andy,
Good catch! Must have missed the 1188 fix from Xerxes Rånby.
Attached patch to fix.
Sorry,
Chris
-------------- next part --------------
# HG changeset patch
# User chrisphi
# Date 1397659560 14400
# Node ID dfbe3191bbc40658d0add25334e320798c43afcd
# Parent ac48a818965e8e3ad1a345e42db035d7c123e11d
Fix accidental reversion of pr#1188 for armel
diff --git a/src/cpu/zero/vm/cppInterpreter_arm.S b/src/cpu/zero/vm/cppInterpreter_arm.S
--- a/src/cpu/zero/vm/cppInterpreter_arm.S
+++ b/src/cpu/zero/vm/cppInterpreter_arm.S
@@ -367,7 +367,7 @@
flds s1, [stack, #4]
add stack, #4
#else
- POP r0
+ POP r1
#endif
.endm
More information about the distro-pkg-dev
mailing list