From 645f6bf6249ace1f3037e64ffcd369ec6c071dcf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 19 Jun 1996 06:38:38 +0000 Subject: [PATCH] Mon Jun 10 17:50:31 1996 David Mosberger-Tang * sysdeps/alpha/divrem.h: Use retaddr instead of ra as the return address register in the .frame directive. --- sysdeps/alpha/divrem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/alpha/divrem.h b/sysdeps/alpha/divrem.h index f296179..2951335 100644 --- a/sysdeps/alpha/divrem.h +++ b/sysdeps/alpha/divrem.h @@ -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) -- 2.7.4