projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff05c28
)
[project @ 2005-09-12 16:01:25 by simonmar]
author
simonmar
<unknown>
Mon, 12 Sep 2005 16:01:25 +0000
(16:01 +0000)
committer
simonmar
<unknown>
Mon, 12 Sep 2005 16:01:25 +0000
(16:01 +0000)
stg_raise thunk should be THUNK_1_0 rather than THUNK.
ghc/rts/Exception.cmm
patch
|
blob
|
history
diff --git
a/ghc/rts/Exception.cmm
b/ghc/rts/Exception.cmm
index
f35a9c7
..
cb32518
100644
(file)
--- a/
ghc/rts/Exception.cmm
+++ b/
ghc/rts/Exception.cmm
@@
-323,7
+323,7
@@
catchzh_fast
* It is used in raisezh_fast to update thunks on the update list
* -------------------------------------------------------------------------- */
-INFO_TABLE(stg_raise,1,0,THUNK,"raise","raise")
+INFO_TABLE(stg_raise,1,0,THUNK_1_0,"raise","raise")
{
R1 = StgThunk_payload(R1,0);
jump raisezh_fast;