From 8c4d16bd4537e4b9a48f011d63133d73c4a38037 Mon Sep 17 00:00:00 2001 From: simonmar Date: Sat, 2 Apr 2005 19:56:18 +0000 Subject: [PATCH] [project @ 2005-04-02 19:56:18 by simonmar] unconditionally define oFFSET_StgRegTable_rL1 --- ghc/includes/mkDerivedConstants.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 1.7.10.4