From: sof Date: Thu, 19 Feb 1998 18:38:38 +0000 (+0000) Subject: [project @ 1998-02-19 18:38:38 by sof] X-Git-Tag: Approx_2487_patches~947 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dfc5070265b02d2e629415556cd7f5c4aeafa3d7;p=ghc-hetmet.git [project @ 1998-02-19 18:38:38 by sof] Adjust a couple of dummy references to point to PrelGHC rather than GHC. --- diff --git a/ghc/runtime/main/StgStartup.lhc b/ghc/runtime/main/StgStartup.lhc index d37d735..44ce07b 100644 --- a/ghc/runtime/main/StgStartup.lhc +++ b/ghc/runtime/main/StgStartup.lhc @@ -197,9 +197,9 @@ SET_STATIC_HDR(EmptySPTable_closure,EmptyStablePointerTable_info,CC_SUBSUMED,,ED the following symbols may be referenced in an object file, but never entered */ -P_ GHC_void_closure = (P_) 0xbadbadbaL; -P_ GHC_ZcCCallable_static_info = (P_) 0xbadbadbaL; -P_ GHC_ZcCReturnable_static_info = (P_) 0xbadbadbaL; +P_ PrelGHC_void_closure = (P_) 0xbadbadbaL; +P_ PrelGHC_ZcCCallable_static_info = (P_) 0xbadbadbaL; +P_ PrelGHC_ZcCReturnable_static_info = (P_) 0xbadbadbaL; /* the IoWorld token to start the whole thing off */ /* Question: this is just an amusing hex code isn't it @@ -631,14 +631,7 @@ END_REGISTER_CCS() /* _regPrelude is above */ -START_REGISTER_PRELUDE(_regGHCbase); -END_REGISTER_CCS() - -/* OLD: START_REGISTER_PRELUDE(_regGHCerr); */ -START_REGISTER_PRELUDE(_regGHC); -END_REGISTER_CCS() - -START_REGISTER_PRELUDE(_regPreludeGlaST); +START_REGISTER_PRELUDE(_regPrelGHC); END_REGISTER_CCS() #endif