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
Glasgow Haskell Compiler
GHC
Commits
883544b5
Commit
883544b5
authored
Dec 12, 2011
by
Simon Marlow
Browse files
change a contextSwitchCapability() to interruptCapability()
parent
acbb3dba
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/posix/Signals.c
View file @
883544b5
...
...
@@ -251,7 +251,7 @@ generic_handler(int sig USED_IF_THREADS,
stg_exit
(
EXIT_FAILURE
);
}
co
nte
xtSwitch
Capability
(
&
MainCapability
);
i
nte
rrupt
Capability
(
&
MainCapability
);
#endif
/* THREADED_RTS */
}
...
...
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