X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FLinkerInternals.h;h=8e151ec782ff2a985b81dac05395f017ae6f99d3;hb=d108044bef62f6a0d579c92ced5e8188f72edc2d;hp=8dc6441dde4ce040878157af03b0bb622e26eba2;hpb=e020e387b3da272ef9750bad5f585119cbaf3871;p=ghc-hetmet.git 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