From: wolfgang Date: Tue, 13 Sep 2005 22:52:00 +0000 (+0000) Subject: [project @ 2005-09-13 22:52:00 by wolfgang] X-Git-Tag: Initial_conversion_from_CVS_complete~219 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1e10fddc5e53a97e826c05d91af4badc0151a19e;p=ghc-hetmet.git [project @ 2005-09-13 22:52:00 by wolfgang] Darwin/x86: Fix HOST/TARGET confusion in previous commit. --- diff --git a/ghc/rts/AdjustorAsm.S b/ghc/rts/AdjustorAsm.S index b95e009..cfdef68 100644 --- a/ghc/rts/AdjustorAsm.S +++ b/ghc/rts/AdjustorAsm.S @@ -147,7 +147,7 @@ adjustorCode: /* ********************************* i386 ********************************** */ -#elif defined(i386_TARGET_ARCH) && defined(darwin_TARGET_OS) +#elif defined(i386_HOST_ARCH) && defined(darwin_HOST_OS) #define WS 4 #define RETVAL_OFF 5