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
4d15b247
Commit
4d15b247
authored
Jun 09, 2008
by
Simon Marlow
Browse files
another stableptr003 fix
parent
74ee9df9
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Stable.c
View file @
4d15b247
...
...
@@ -218,6 +218,9 @@ lookupStableName_(StgPtr p)
*/
p
=
(
StgPtr
)
removeIndirections
((
StgClosure
*
)
p
);
// register the untagged pointer. This just makes things simpler.
p
=
(
StgPtr
)
UNTAG_CLOSURE
((
StgClosure
*
)
p
);
sn_tmp
=
lookupHashTable
(
addrToStableHash
,(
W_
)
p
);
sn
=
(
StgWord
)
sn_tmp
;
...
...
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