From 0e25b971fb86cd91767644301dcfa2c1c413e3a8 Mon Sep 17 00:00:00 2001 From: ken Date: Sat, 22 Sep 2001 10:49:31 +0000 Subject: [PATCH 1/1] [project @ 2001-09-22 10:49:31 by ken] wibble --- ghc/rts/Adjustor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/Adjustor.c b/ghc/rts/Adjustor.c index 03e0ee4..85273a8 100644 --- a/ghc/rts/Adjustor.c +++ b/ghc/rts/Adjustor.c @@ -233,7 +233,7 @@ createAdjustor(int cconv, StgStablePtr hptr, StgFunPtr wptr) <04>: 46100412 mov a0, a2 <08>: a61b0020 ldq a0, 0x20(pv) # load up hptr <0c>: 46730415 mov a3, a5 - <10>: a77b0028 ldq t12, 0x28(pv) # load up wptr + <10>: a77b0028 ldq pv, 0x28(pv) # load up wptr <14>: 46310413 mov a1, a3 <18>: 6bfb---- jmp (pv), # jump to wptr (with hint) <1c>: 00000000 # padding for alignment -- 1.7.10.4