summaryrefslogtreecommitdiff
path: root/rts/sm/GCThread.h
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/sm/GCThread.h
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/sm/GCThread.h')
-rw-r--r--rts/sm/GCThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/GCThread.h b/rts/sm/GCThread.h
index 65554c47c4..c45eb1bdec 100644
--- a/rts/sm/GCThread.h
+++ b/rts/sm/GCThread.h
@@ -226,7 +226,7 @@ extern __thread gc_thread* gct;
#define DECLARE_GCT __thread gc_thread* gct;
-#elif defined(sparc_TARGET_ARCH)
+#elif defined(sparc_HOST_ARCH)
// On SPARC we can't pin gct to a register. Names like %l1 are just offsets
// into the register window, which change on each function call.
//