X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2Fprimops.txt.pp;h=ade88b4b6b23b0d09773425fd9619ec12767f3e6;hb=fbbed914e114b6b55158319dca8956885f301ff5;hp=a1ff417c6498c615f3023f74176f4d8235ff54aa;hpb=7ca3bb74a9acbcccc6dd8a84d03120e3a684fa9b;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/primops.txt.pp b/ghc/compiler/prelude/primops.txt.pp index a1ff417..ade88b4 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.20 2002/06/18 13:58:24 simonpj Exp $ +-- $Id: primops.txt.pp,v 1.21 2002/06/26 08:18:38 stolz Exp $ -- -- Primitive Operations -- @@ -1442,7 +1442,7 @@ primop MyThreadIdOp "myThreadId#" GenPrimOp out_of_line = True primop LabelThreadOp "labelThread#" GenPrimOp - Addr# -> State# RealWorld -> State# RealWorld + ThreadId# -> Addr# -> State# RealWorld -> State# RealWorld with has_side_effects = True out_of_line = True