projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8942869
)
Import bugfix.
author
Mike Stump
<mrs@gcc.gnu.org>
Fri, 15 Feb 2002 00:09:29 +0000
(
00:09
+0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Fri, 15 Feb 2002 00:09:29 +0000
(
00:09
+0000)
From-SVN: r49779
boehm-gc/sparc_mach_dep.S
patch
|
blob
|
history
diff --git
a/boehm-gc/sparc_mach_dep.S
b/boehm-gc/sparc_mach_dep.S
index 9f3a4b0a99d8e82b9d428ddcd2d33bef985c1561..860eeb666f337dfbd131dc2718d5d91ffd8f1c19 100644
(file)
--- a/
boehm-gc/sparc_mach_dep.S
+++ b/
boehm-gc/sparc_mach_dep.S
@@
-37,7
+37,7
@@
loop:
stx %g0,[%o3] ! *(long *)p = 0
cmp %o3,%o1
bgu,pt %xcc, loop ! if (p > limit) goto loop
-
asm("add %o3,-8,%o3
! p -= 8 (delay slot)
+
add %o3,-8,%o3
! p -= 8 (delay slot)
retl
mov %o2,%sp ! Restore sp., delay slot
#else /* 32 bit SPARC */