Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
c137ecd7
Commit
c137ecd7
authored
Mar 16, 2006
by
Simon Marlow
Browse files
remove accidental extra in previous patch
parent
b551e40c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Schedule.c
View file @
c137ecd7
...
...
@@ -4498,7 +4498,7 @@ sched_belch(char *s, ...)
va_list
ap
;
va_start
(
ap
,
s
);
#ifdef THREADED_RTS
debugBelch
(
"sched (task %p
, pid %d
): "
,
(
void
*
)(
unsigned
long
)(
unsigned
int
)
osThreadId
()
,
getpid
()
);
debugBelch
(
"sched (task %p): "
,
(
void
*
)(
unsigned
long
)(
unsigned
int
)
osThreadId
());
#elif defined(PARALLEL_HASKELL)
debugBelch
(
"== "
);
#else
...
...
Write
Preview
Markdown
is supported
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