Import bugfix.

From-SVN: r49779
This commit is contained in:
Mike Stump 2002-02-15 00:09:29 +00:00
parent 894286989e
commit a4993876dd
1 changed files with 1 additions and 1 deletions

View File

@ -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 */