Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c63c56c2
Commit
c63c56c2
authored
Apr 25, 2005
by
simonmar
Browse files
[project @ 2005-04-25 13:17:59 by simonmar]
stg_raise: we should by using StgThunk_payload(), not StgClosure_payload()
parent
50b971bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Exception.cmm
View file @
c63c56c2
...
...
@@ -311,7 +311,7 @@ catchzh_fast
INFO_TABLE
(
stg_raise
,
1
,
0
,
THUNK
,
"
raise
"
,
"
raise
"
)
{
R1
=
Stg
Closure
_payload
(
R1
,
0
);
R1
=
Stg
Thunk
_payload
(
R1
,
0
);
jump
raisezh_fast
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment