From f99cce1d2addb27d41e7e4d9b59dddea29c1400c Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Thu, 22 Apr 2004 00:36:23 +0000 Subject: [PATCH] (ia64_install_cursor): Fix off-by-8 bug which caused r5 and r7 to not get restored properly. (Logical change 1.211) --- src/ia64/Ginstall_cursor-ia64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ia64/Ginstall_cursor-ia64.S b/src/ia64/Ginstall_cursor-ia64.S index 10baa309..28f252d4 100644 --- a/src/ia64/Ginstall_cursor-ia64.S +++ b/src/ia64/Ginstall_cursor-ia64.S @@ -142,7 +142,7 @@ ia64_install_cursor: ldf.fill f30 = [r30] // f30 restored (don't touch no more) ldf.fill f31 = [r31] // f31 restored (don't touch no more) - add r3 = 16, in2 + add r3 = 8, in2 ;; ld8.fill r4 = [in2], 16 // r4 restored (don't touch no more)