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
18d33914
Commit
18d33914
authored
Dec 09, 2011
by
Simon Marlow
Browse files
Fix Windows build
parent
f26546bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/win32/OSThreads.c
View file @
18d33914
...
...
@@ -226,7 +226,7 @@ forkOS_createThreadWrapper ( void * entry )
{
Capability
*
cap
;
cap
=
rts_lock
();
cap
=
rts_evalStableIO
(
cap
,
(
HsStablePtr
)
entry
,
NULL
);
rts_evalStableIO
(
&
cap
,
(
HsStablePtr
)
entry
,
NULL
);
rts_unlock
(
cap
);
return
0
;
}
...
...
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