diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-05 22:01:55 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-05 22:01:55 +0000 |
commit | 897301c7e96976aae30ed6ad23b0b682151cd734 (patch) | |
tree | c824690a14cb9114284a4a74cb71dc9b70838ff7 /rts/StgMiscClosures.cmm | |
parent | 2108ca662321c38cd07a6f76accd0dcca5ab9699 (diff) | |
download | haskell-897301c7e96976aae30ed6ad23b0b682151cd734.tar.gz |
C# has moved to ghc-prim:GHC.Types
Diffstat (limited to 'rts/StgMiscClosures.cmm')
-rw-r--r-- | rts/StgMiscClosures.cmm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm index 26c8093a5f..205d7ac09f 100644 --- a/rts/StgMiscClosures.cmm +++ b/rts/StgMiscClosures.cmm @@ -13,7 +13,7 @@ #include "Cmm.h" import pthread_mutex_lock; -import base_GHCziBase_Czh_static_info; +import ghczmprim_GHCziTypes_Czh_static_info; import base_GHCziBase_Izh_static_info; import EnterCriticalSection; import LeaveCriticalSection; @@ -595,10 +595,10 @@ CLOSURE(stg_dummy_ret_closure,stg_dummy_ret); * */ #warning Is this correct? _imp is a pointer! -#define Char_hash_static_info _imp__base_GHCziBase_Czh_static_info +#define Char_hash_static_info _imp__ghczmprim_GHCziTypes_Czh_static_info #define Int_hash_static_info _imp__base_GHCziBase_Izh_static_info #else -#define Char_hash_static_info base_GHCziBase_Czh_static_info +#define Char_hash_static_info ghczmprim_GHCziTypes_Czh_static_info #define Int_hash_static_info base_GHCziBase_Izh_static_info #endif |