From 8ed11e08a598c6fb6bc77e2cf1c8e74af397476d Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 14 Aug 1998 11:28:20 +0000 Subject: [PATCH] [project @ 1998-08-14 11:28:20 by sof] New const: mAX_Long_REG --- ghc/compiler/main/Constants.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/compiler/main/Constants.lhs b/ghc/compiler/main/Constants.lhs index 435de8a..f5538ce 100644 --- a/ghc/compiler/main/Constants.lhs +++ b/ghc/compiler/main/Constants.lhs @@ -43,6 +43,7 @@ module Constants ( mAX_Vanilla_REG, mAX_Float_REG, mAX_Double_REG, + mAX_Long_REG, mIN_MP_INT_SIZE, mP_STRUCT_SIZE, @@ -173,4 +174,5 @@ uF_COST_CENTRE = (UF_COST_CENTRE::Int) mAX_Vanilla_REG = (MAX_VANILLA_REG :: Int) mAX_Float_REG = (MAX_FLOAT_REG :: Int) mAX_Double_REG = (MAX_DOUBLE_REG :: Int) +mAX_Long_REG = (MAX_LONG_REG :: Int) \end{code} -- 1.7.10.4