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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
ee63e6dd
Commit
ee63e6dd
authored
Mar 07, 2006
by
Simon Marlow
Browse files
fix one #ifdef SMP that didn't get turned into #ifdef THREADED_RTS
parent
646d6f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Schedule.c
View file @
ee63e6dd
...
...
@@ -616,7 +616,7 @@ run_thread:
// be running again, see code below.
t
->
saved_errno
=
errno
;
#ifdef
SMP
#if
def
ined(THREADED_RTS)
// If ret is ThreadBlocked, and this Task is bound to the TSO that
// blocked, we are in limbo - the TSO is now owned by whatever it
// is blocked on, and may in fact already have been woken up,
...
...
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