summaryrefslogtreecommitdiff
path: root/rts/Adjustor.c
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-07-13 14:10:34 +0000
committerIan Lynagh <igloo@earth.li>2010-07-13 14:10:34 +0000
commitd15229b75a07cf1092402f87950a1887c6429f3a (patch)
treeef7fba6dd0e221ecf97093996083f4252c647afc /rts/Adjustor.c
parentdf1fecb95e3a0cf901184605da96dc8ae092b173 (diff)
downloadhaskell-d15229b75a07cf1092402f87950a1887c6429f3a.tar.gz
Change some TARGET tests to HOST tests in the RTS
Which was being used seemed to be random
Diffstat (limited to 'rts/Adjustor.c')
-rw-r--r--rts/Adjustor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Adjustor.c b/rts/Adjustor.c
index 382f74a435..607c0b8abe 100644
--- a/rts/Adjustor.c
+++ b/rts/Adjustor.c
@@ -111,7 +111,7 @@ createAdjustor (int cconv,
arg_types[i] = char_to_ffi_type(typeString[i+1]);
}
switch (cconv) {
-#ifdef mingw32_TARGET_OS
+#ifdef mingw32_HOST_OS
case 0: /* stdcall */
abi = FFI_STDCALL;
break;