diff options
Diffstat (limited to 'rts/StgMiscClosures.cmm')
-rw-r--r-- | rts/StgMiscClosures.cmm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm index 70d08aeb0e..fca5bf4018 100644 --- a/rts/StgMiscClosures.cmm +++ b/rts/StgMiscClosures.cmm @@ -641,8 +641,8 @@ static INFO_TBL_CONST StgInfoTable izh_static_info; #define Char_hash_static_info czh_static_info #define Int_hash_static_info izh_static_info #else -#define Char_hash_static_info GHCziBase_Czh_static -#define Int_hash_static_info GHCziBase_Izh_static +#define Char_hash_static_info base_GHCziBase_Czh_static +#define Int_hash_static_info base_GHCziBase_Izh_static #endif |