aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-15 00:09:29 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-15 00:09:29 +0000
commitac60fea8862c825edfe17afdaf0d4b3e20bdf35a (patch)
treee8c2829f5c32593c4020b85aa1d098d3eabf479b /boehm-gc
parent84d120cc49d42a79bfbc68fe36429395bdef90fd (diff)
Import bugfix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49779 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/sparc_mach_dep.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/sparc_mach_dep.S b/boehm-gc/sparc_mach_dep.S
index 9f3a4b0a99d..860eeb666f3 100644
--- 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 */