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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
b551e40c
Commit
b551e40c
authored
Mar 16, 2006
by
Simon Marlow
Browse files
fix a warning
parent
86f2671b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/win32/ConsoleHandler.c
View file @
b551e40c
...
...
@@ -182,7 +182,7 @@ void markSignalHandlers (evac_fn evac)
{
if
(
console_handler
>=
0
)
{
StgPtr
p
=
deRefStablePtr
((
StgStablePtr
)
console_handler
);
evac
((
StgClosure
**
)
&
p
);
evac
((
StgClosure
*
*
)(
void
*
)
&
p
);
}
}
...
...
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