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
6d22c836
Commit
6d22c836
authored
Nov 28, 2005
by
simonmar
Browse files
[project @ 2005-11-28 14:37:56 by simonmar]
small fix to debugging output
parent
ae52de4c
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/rts/Schedule.c
View file @
6d22c836
...
...
@@ -633,7 +633,7 @@ run_thread:
// immediately and return to normaility.
if
(
ret
==
ThreadBlocked
)
{
IF_DEBUG
(
scheduler
,
debugB
elch
(
"--<< thread %d (%s) stopped: blocked
\n
"
,
sched_b
elch
(
"--<< thread %d (%s) stopped: blocked
\n
"
,
t
->
id
,
whatNext_strs
[
t
->
what_next
]));
continue
;
}
...
...
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