X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FLinkerInternals.h;fp=rts%2FLinkerInternals.h;h=8e151ec782ff2a985b81dac05395f017ae6f99d3;hp=8dc6441dde4ce040878157af03b0bb622e26eba2;hb=d15229b75a07cf1092402f87950a1887c6429f3a;hpb=df1fecb95e3a0cf901184605da96dc8ae092b173 diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h index 8dc6441..8e151ec 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