[project @ 2001-07-09 08:24:08 by simonmar]
authorsimonmar <unknown>
Mon, 9 Jul 2001 08:24:08 +0000 (08:24 +0000)
committersimonmar <unknown>
Mon, 9 Jul 2001 08:24:08 +0000 (08:24 +0000)
oops: I changed the names of some of the GC stubs, and didn't realise they
were mentioned here too.

ghc/compiler/ghci/ByteCodeLink.lhs

index 795c1e9..d94d0fb 100644 (file)
@@ -347,9 +347,9 @@ foreign label "stg_ctoi_ret_F1_info"  stg_ctoi_ret_F1_info :: Addr
 foreign label "stg_ctoi_ret_D1_info"  stg_ctoi_ret_D1_info :: Addr
 foreign label "stg_ctoi_ret_V_info"   stg_ctoi_ret_V_info :: Addr
 
-foreign label "stg_gc_unbx_r1_info" stg_gc_unbx_r1_info :: Addr
-foreign label "stg_gc_f1_info"      stg_gc_f1_info :: Addr
-foreign label "stg_gc_d1_info"      stg_gc_d1_info :: Addr
+foreign label "stg_gc_unbx_r1_ret_info" stg_gc_unbx_r1_info :: Addr
+foreign label "stg_gc_f1_ret_info"      stg_gc_f1_info :: Addr
+foreign label "stg_gc_d1_ret_info"      stg_gc_d1_info :: Addr
 
 -- The size in 16-bit entities of an instruction.
 instrSize16s :: BCInstr -> Int