/hg/release/icedtea7-forest-2.4/hotspot: Fix accidental reversio...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Apr 16 15:09:21 UTC 2014
changeset 66e42ed3c1c8 in /hg/release/icedtea7-forest-2.4/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4/hotspot?cmd=changeset;node=66e42ed3c1c8
author: chrisphi
date: Wed Apr 16 16:09:05 2014 +0100
Fix accidental reversion of PR1188 for armel
diffstat:
src/cpu/zero/vm/cppInterpreter_arm.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
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
More information about the distro-pkg-dev
mailing list