summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2013-02-16 20:20:47 +0000
committerIan Lynagh <igloo@earth.li>2013-02-16 20:20:47 +0000
commitc39d3154d39571879bc44db1121fa255d6c84569 (patch)
tree97781b0217bb9f31bbc566aea2856012c74119ae /rts/Schedule.c
parentb893286d550ac1267d12b8e292d1a8187c5f1543 (diff)
downloadhaskell-c39d3154d39571879bc44db1121fa255d6c84569.tar.gz
Build fix for dyn way on Windows; patch from nus
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r--rts/Schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index f39ef96273..ea779dd8a6 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -2070,7 +2070,7 @@ setNumCapabilities (nat new_n_capabilities USED_IF_THREADS)
// Notify IO manager that the number of capabilities has changed.
rts_evalIO(
&cap,
- &base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure,
+ DLL_IMPORT_DATA_REF(base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure),
NULL);
rts_unlock(cap);