Declare the return address for __divX, __remX so that gdb can step over

calls properly.
This commit is contained in:
dfr 1999-05-02 12:05:09 +00:00
parent 908c05c11b
commit 6dc6b2c4f2
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ ifelse(S, `true', `define(NEG, `t4')')
#include <machine/asm.h>
LEAF(NAME, 0) /* XXX */
NESTED(NAME, 0, 0, t9, 0, 0) /* Get the right ra */
lda sp, -64(sp)
stq BIT, 0(sp)
stq I, 8(sp)

View File

@ -56,7 +56,7 @@ ifelse(S, `true', `define(NEG, `t4')')
#include <machine/asm.h>
LEAF(NAME, 0) /* XXX */
NESTED(NAME, 0, 0, t9, 0, 0) /* Get the right ra */
lda sp, -64(sp)
stq BIT, 0(sp)
stq I, 8(sp)