From: simonmar Date: Fri, 25 Nov 2005 09:46:19 +0000 (+0000) Subject: [project @ 2005-11-25 09:46:19 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~14 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b7430a56c97b21d116977e7920cc8b87e02561c8;p=ghc-hetmet.git [project @ 2005-11-25 09:46:19 by simonmar] fix comment --- diff --git a/ghc/compiler/prelude/primops.txt.pp b/ghc/compiler/prelude/primops.txt.pp index 1b0313d..ecde882 100644 --- a/ghc/compiler/prelude/primops.txt.pp +++ b/ghc/compiler/prelude/primops.txt.pp @@ -1,5 +1,5 @@ ----------------------------------------------------------------------- --- $Id: primops.txt.pp,v 1.36 2005/07/25 14:12:48 simonmar Exp $ +-- $Id: primops.txt.pp,v 1.37 2005/11/25 09:46:19 simonmar Exp $ -- -- Primitive Operations -- @@ -24,8 +24,8 @@ -- abstract C operations. -- -- - or, for an out-of-line primop: --- ghc/includes/PrimOps.h (just add the declaration) --- ghc/rts/PrimOps.hc (define it here) +-- ghc/includes/StgMiscClosures.h (just add the declaration) +-- ghc/rts/PrimOps.cmm (define it here) -- ghc/rts/Linker.c (declare the symbol for GHCi) -- -- - the User's Guide