diff options
-rw-r--r-- | boehm-gc/sparc_mach_dep.S | 2 |
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 */ |