Mon Jun 10 17:50:31 1996 David Mosberger-Tang <davidm@azstarnet.com>

* sysdeps/alpha/divrem.h: Use retaddr instead of ra as the return
 	address register in the .frame directive.
This commit is contained in:
Roland McGrath 1996-06-19 06:38:38 +00:00
parent 73f53f0368
commit 645f6bf624

View File

@ -125,7 +125,7 @@ FUNC_NAME:
ldq gp, 0x10(sp)
lda sp, 0x18(sp)
#endif
.frame sp, FRAME_SIZE, ra, 0
.frame sp, FRAME_SIZE, retaddr, 0
lda sp,-FRAME_SIZE(sp)
.prologue 1
stq arg1,0x00(sp)