X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=includes%2FCmm.h;h=4577672f44cc35aa165d9a6a0cf26b305c0cdf05;hb=39a924f10cb4fed95d8fc0caf209876a693ab1f9;hp=da0a2ac6bdc77af09952ba33d29cd73d77b65565;hpb=f8f4cb3f3a46e0495917a927cefe906531b7b38e;p=ghc-hetmet.git diff --git a/includes/Cmm.h b/includes/Cmm.h index da0a2ac..4577672 100644 --- a/includes/Cmm.h +++ b/includes/Cmm.h @@ -298,6 +298,7 @@ FUN_0_1, \ FUN_2_0, \ FUN_1_1, \ + FUN_0_2, \ FUN_STATIC, \ BCO, \ PAP: \ @@ -341,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) /* -------------------------------------------------------------------------