diff options
author | Ian Lynagh <igloo@earth.li> | 2010-07-13 14:10:34 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-07-13 14:10:34 +0000 |
commit | d15229b75a07cf1092402f87950a1887c6429f3a (patch) | |
tree | ef7fba6dd0e221ecf97093996083f4252c647afc /rts/LinkerInternals.h | |
parent | df1fecb95e3a0cf901184605da96dc8ae092b173 (diff) | |
download | haskell-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/LinkerInternals.h')
-rw-r--r-- | rts/LinkerInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h index 8dc6441dde..8e151ec782 100644 --- a/rts/LinkerInternals.h +++ b/rts/LinkerInternals.h @@ -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 |