Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexis King
GHC
Commits
05dad812
Commit
05dad812
authored
Mar 10, 2006
by
Simon Marlow
Browse files
extra sanity checking: call checkTSO() in resumeThread()
parent
4cb89d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Schedule.c
View file @
05dad812
...
@@ -2289,6 +2289,8 @@ resumeThread (void *task_)
...
@@ -2289,6 +2289,8 @@ resumeThread (void *task_)
/* We might have GC'd, mark the TSO dirty again */
/* We might have GC'd, mark the TSO dirty again */
dirtyTSO
(
tso
);
dirtyTSO
(
tso
);
IF_DEBUG
(
sanity
,
checkTSO
(
tso
));
return
&
cap
->
r
;
return
&
cap
->
r
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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