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
20c50eed
Commit
20c50eed
authored
Jun 07, 2012
by
Ian Lynagh
Browse files
Add a missing closing brace
parent
d58036ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Capability.c
View file @
20c50eed
...
...
@@ -694,6 +694,7 @@ yieldCapability (Capability** pCap, Task *task, rtsBool gcAllowed)
// See Note [migrated bound threads 2]
if
(
task
->
cap
==
cap
)
{
return
rtsTrue
;
}
}
debugTrace
(
DEBUG_sched
,
"giving up capability %d"
,
cap
->
no
);
...
...
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