From: simonmar Date: Thu, 18 Jan 2001 10:31:38 +0000 (+0000) Subject: [project @ 2001-01-18 10:31:38 by simonmar] X-Git-Tag: Approximately_9120_patches~2865 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b574408a25b728562dcceb681435caa7217cf5a5;p=ghc-hetmet.git [project @ 2001-01-18 10:31:38 by simonmar] add mkApUpd0zh_fast --- 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) \