From d15229b75a07cf1092402f87950a1887c6429f3a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 13 Jul 2010 14:10:34 +0000 Subject: Change some TARGET tests to HOST tests in the RTS Which was being used seemed to be random --- rts/sm/GCThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/sm/GCThread.h') 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. // -- cgit v1.2.1