From: simonmar Date: Sat, 2 Apr 2005 19:56:18 +0000 (+0000) Subject: [project @ 2005-04-02 19:56:18 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~832 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8c4d16bd4537e4b9a48f011d63133d73c4a38037;hp=97e69a512e2475f9ecbcf6ddcf3ce65a10f32ac4;p=ghc-hetmet.git [project @ 2005-04-02 19:56:18 by simonmar] unconditionally define oFFSET_StgRegTable_rL1 --- diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index 085041d..d1e8755 100644 --- a/ghc/includes/mkDerivedConstants.c +++ b/ghc/includes/mkDerivedConstants.c @@ -196,9 +196,7 @@ main(int argc, char *argv[]) field_offset(StgRegTable, rF4); field_offset(StgRegTable, rD1); field_offset(StgRegTable, rD2); -#ifdef SUPPORT_LONG_LONGS field_offset(StgRegTable, rL1); -#endif field_offset(StgRegTable, rSp); field_offset(StgRegTable, rSpLim); field_offset(StgRegTable, rHp);