X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStg.h;h=1189b0e99b834f69b833d5a34fd51d0e34ce4db1;hb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;hp=dcc66d8c70d7dec4c1cd159db5c0ad0fb4289260;hpb=bfdd44b2bfec3d819fd5ce19279832c25f096bb4;p=ghc-hetmet.git diff --git a/ghc/includes/Stg.h b/ghc/includes/Stg.h index dcc66d8..1189b0e 100644 --- a/ghc/includes/Stg.h +++ b/ghc/includes/Stg.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stg.h,v 1.65 2005/01/13 16:07:33 simonmar Exp $ + * $Id: Stg.h,v 1.66 2005/01/28 12:55:52 simonmar Exp $ * * (c) The GHC Team, 1998-2004 * @@ -195,7 +195,7 @@ INLINE_HEADER StgDouble PK_DBL (W_ p_src[]) { return *(StgDou * independently - unfortunately this code isn't writable in C, we * have to use inline assembler. */ -#if sparc_TARGET_ARCH +#if sparc_HOST_ARCH #define ASSIGN_DBL(dst0,src) \ { StgPtr dst = (StgPtr)(dst0); \ @@ -210,7 +210,7 @@ INLINE_HEADER StgDouble PK_DBL (W_ p_src[]) { return *(StgDou "m" (((P_)(src))[0]), "m" (((P_)(src))[1])); d; \ } ) -#else /* ! sparc_TARGET_ARCH */ +#else /* ! sparc_HOST_ARCH */ INLINE_HEADER void ASSIGN_DBL (W_ [], StgDouble); INLINE_HEADER StgDouble PK_DBL (W_ []); @@ -249,7 +249,7 @@ INLINE_HEADER StgDouble PK_DBL(W_ p_src[]) return(y.d); } -#endif /* ! sparc_TARGET_ARCH */ +#endif /* ! sparc_HOST_ARCH */ #endif /* ALIGNMENT_DOUBLE > ALIGNMENT_UNSIGNED_INT */