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
Alex D
GHC
Commits
9512557e
Commit
9512557e
authored
Nov 25, 2005
by
simonmar
Browse files
[project @ 2005-11-25 13:59:33 by simonmar]
remove a misplaced RELEASE_LOCK
parent
fd52f706
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Stable.c
View file @
9512557e
...
...
@@ -192,7 +192,6 @@ lookupStableName_(StgPtr p)
if
(
sn
!=
0
)
{
ASSERT
(
stable_ptr_table
[
sn
].
addr
==
p
);
IF_DEBUG
(
stable
,
debugBelch
(
"cached stable name %ld at %p
\n
"
,
sn
,
p
));
RELEASE_LOCK
(
&
stable_mutex
);
return
sn
;
}
else
{
sn
=
stable_ptr_free
-
stable_ptr_table
;
...
...
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