diff options
-rw-r--r-- | utils/genapply/GenApply.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genapply/GenApply.hs b/utils/genapply/GenApply.hs index 1a097b7a1d..33146b2a2c 100644 --- a/utils/genapply/GenApply.hs +++ b/utils/genapply/GenApply.hs @@ -8,7 +8,7 @@ module Main(main) where #include "../../includes/ghcconfig.h" -#include "../../includes/stg/RtsMachRegs.h" +#include "../../includes/stg/HaskellMachRegs.h" #include "../../includes/rts/Constants.h" -- Needed for TAG_BITS |