From a06449b6545f4572816ec0c836e3e95afe4cd345 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 26 May 2003 10:28:26 +0000 Subject: [PATCH] Fixed an exception handling bug --- alpha/asmpart.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpha/asmpart.S b/alpha/asmpart.S index 1ce86bae5..b62ef2ae0 100644 --- a/alpha/asmpart.S +++ b/alpha/asmpart.S @@ -736,7 +736,7 @@ ex_flt2: srl t0,16,t0 /* isolate instruction code */ lda t0,-0x177b(t0) /* test for LDAH */ bne t0,ex_stack_loop - ldl t0,0(ra) /* load instruction LDA PV,xxx(RA) */ + ldl t0,4(ra) /* load instruction LDAH PV,xxx(RA) */ sll t0,16,t0 /* compute high offset */ addl t0,0,t0 /* sign extend high offset */ addq t0,pv,pv /* compute update address */ -- 2.25.1