From a4993876dd771f0e57ff1e90fa7ec8127c91bbac Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 15 Feb 2002 00:09:29 +0000 Subject: [PATCH] Import bugfix. From-SVN: r49779 --- boehm-gc/sparc_mach_dep.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boehm-gc/sparc_mach_dep.S b/boehm-gc/sparc_mach_dep.S index 9f3a4b0a99d8..860eeb666f33 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 */