Change some TARGET tests to HOST tests in the RTS
[ghc-hetmet.git] / rts / LinkerInternals.h
index 8dc6441..8e151ec 100644 (file)
@@ -50,7 +50,7 @@ typedef struct {
         long mtctr_r12;
         long bctr;
     } jumpIsland;
-#elif x86_64_TARGET_ARCH
+#elif x86_64_HOST_ARCH
     uint64_t    addr;
     uint8_t     jumpIsland[6];
 #endif