From 07f1e0f9e77287c6a573348c0001cd4366dde8bb Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 9 Jul 2001 08:24:08 +0000 Subject: [PATCH] [project @ 2001-07-09 08:24:08 by simonmar] 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/ghci/ByteCodeLink.lhs b/ghc/compiler/ghci/ByteCodeLink.lhs index 795c1e9..d94d0fb 100644 --- a/ghc/compiler/ghci/ByteCodeLink.lhs +++ b/ghc/compiler/ghci/ByteCodeLink.lhs @@ -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 -- 1.7.10.4