X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2Fprimops.txt.pp;h=af4a2446e57a7734e22d3c697f592c9aea1687e9;hb=85aa72b9dc6803685595936c61f3cab6faab815a;hp=f5fd8a7a054ca4178d261faccc5fbe09fe5fe585;hpb=6f0dcafbc883c851aaf6d5a7c446ddaaebe23361;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/primops.txt.pp b/ghc/compiler/prelude/primops.txt.pp index f5fd8a7..af4a244 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.28 2003/07/03 15:14:56 sof Exp $ +-- $Id: primops.txt.pp,v 1.29 2003/09/21 22:20:51 wolfgang Exp $ -- -- Primitive Operations -- @@ -1494,6 +1494,11 @@ primop LabelThreadOp "labelThread#" GenPrimOp with has_side_effects = True out_of_line = True + +primop IsCurrentThreadBoundOp "isCurrentThreadBound#" GenPrimOp + State# RealWorld -> (# State# RealWorld, Int# #) + with + out_of_line = True ------------------------------------------------------------------------ section "Weak pointers"