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
0542fa23
Commit
0542fa23
authored
Dec 18, 2003
by
simonmar
Browse files
[project @ 2003-12-18 12:24:59 by simonmar]
Add missing 'continue' after 'passCapability'
parent
18abe9c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Schedule.c
View file @
0542fa23
/* ---------------------------------------------------------------------------
* $Id: Schedule.c,v 1.18
3
2003/12/1
6
1
3:27:32
simonmar Exp $
* $Id: Schedule.c,v 1.18
4
2003/12/1
8
1
2:24:59
simonmar Exp $
*
* (c) The GHC Team, 1998-2003
*
...
...
@@ -491,6 +491,7 @@ schedule( StgMainThread *mainThread USED_WHEN_RTS_SUPPORTS_THREADS,
// return, so let's pass our capability directly to
// that thread.
passCapability
(
&
m
->
bound_thread_cond
);
continue
;
}
}
}
...
...
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