[project @ 2005-04-25 13:17:59 by simonmar]
[ghc-hetmet.git] / ghc / rts / Exception.cmm
index 1c5d47c..f8d305e 100644 (file)
@@ -311,7 +311,7 @@ catchzh_fast
 
 INFO_TABLE(stg_raise,1,0,THUNK,"raise","raise")
 {
-  R1 = StgClosure_payload(R1,0);
+  R1 = StgThunk_payload(R1,0);
   jump raisezh_fast;
 }