From 1e10fddc5e53a97e826c05d91af4badc0151a19e Mon Sep 17 00:00:00 2001 From: wolfgang Date: Tue, 13 Sep 2005 22:52:00 +0000 Subject: [PATCH] [project @ 2005-09-13 22:52:00 by wolfgang] Darwin/x86: Fix HOST/TARGET confusion in previous commit. --- ghc/rts/AdjustorAsm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4