From b574408a25b728562dcceb681435caa7217cf5a5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 18 Jan 2001 10:31:38 +0000 Subject: [PATCH] [project @ 2001-01-18 10:31:38 by simonmar] add mkApUpd0zh_fast --- ghc/rts/Linker.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index d99acf7..9391419 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.8 2001/01/15 16:55:25 sewardj Exp $ + * $Id: Linker.c,v 1.9 2001/01/18 10:31:38 simonmar Exp $ * * (c) The GHC Team, 2000 * @@ -139,6 +139,7 @@ static int ocResolve_PEi386 ( ObjectCode* oc ); SymX(stg_CAF_UNENTERED_entry) \ SymX(newCAF) \ SymX(newBCOzh_fast) \ + SymX(mkApUpd0zh_fast) \ SymX(putMVarzh_fast) \ SymX(newMVarzh_fast) \ SymX(takeMVarzh_fast) \ -- 1.7.10.4