X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FGCThread.h;h=c45eb1bdecae3fd39b40fe9645fa2dbe12145595;hb=2207ce8cdc4c33838f77f285c7dd4f7c75dbae1c;hp=7d4623251337bfdcacca5e7226fe0fb13ccfaa00;hpb=214b3663d5d7598c13643f9221e43d5a7735b47f;p=ghc-hetmet.git diff --git a/rts/sm/GCThread.h b/rts/sm/GCThread.h index 7d46232..c45eb1b 100644 --- a/rts/sm/GCThread.h +++ b/rts/sm/GCThread.h @@ -16,7 +16,7 @@ #include "WSDeque.h" -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" /* ----------------------------------------------------------------------------- General scheme @@ -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. // @@ -276,7 +276,7 @@ extern StgWord8 the_gc_thread[]; #endif -END_RTS_PRIVATE +#include "EndPrivate.h" #endif // SM_GCTHREAD_H