X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FCmm.h;h=4577672f44cc35aa165d9a6a0cf26b305c0cdf05;hb=3e64df195685dc6fc42475908a5b33b59543bb57;hp=e3f46e143be84fc627179bde90d5a7965b4d489c;hpb=7a253ca40b1572ebf2caccfe7654d44b0d96b8ff;p=ghc-hetmet.git diff --git a/includes/Cmm.h b/includes/Cmm.h index e3f46e1..4577672 100644 --- a/includes/Cmm.h +++ b/includes/Cmm.h @@ -342,11 +342,6 @@ #include "Block.h" /* For Bdescr() */ -/* Can't think of a better place to put this. */ -#if SIZEOF_mp_limb_t != SIZEOF_VOID_P -#error mp_limb_t != StgWord: assumptions in PrimOps.cmm are now false -#endif - #define MyCapability() (BaseReg - OFFSET_Capability_r) /* -------------------------------------------------------------------------