Skip to content
GitLab
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
213fbc81
Commit
213fbc81
authored
Aug 29, 2006
by
Simon Marlow
Browse files
add missing case for BlockedOnDoProc
parent
7fe69f70
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/RaiseAsync.c
View file @
213fbc81
...
...
@@ -438,6 +438,9 @@ check_target:
case
BlockedOnRead
:
case
BlockedOnWrite
:
case
BlockedOnDelay
:
#if defined(mingw32_HOST_OS)
case
BlockedOnDoProc
:
#endif
if
((
target
->
flags
&
TSO_BLOCKEX
)
&&
((
target
->
flags
&
TSO_INTERRUPTIBLE
)
==
0
))
{
blockedThrowTo
(
source
,
target
);
...
...
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