diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-06 17:34:12 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-06 17:49:22 +0100 |
commit | 8e7fb28fc89eb9b99c747698f41995c269cd1090 (patch) | |
tree | e1180d9b772e03c41fe5058682b81bb32f610d08 /utils | |
parent | 6997bb5ec1b1e755d954e910d76322ad1963f94b (diff) | |
download | haskell-8e7fb28fc89eb9b99c747698f41995c269cd1090.tar.gz |
Start separating out the RTS and Haskell imports of MachRegs.h
No functional differences yet
Diffstat (limited to 'utils')
-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 e39f42ec5f..18a2f85a12 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/MachRegs.h" +#include "../../includes/stg/RtsMachRegs.h" #include "../../includes/rts/Constants.h" -- Needed for TAG_BITS |