X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fprelude%2Fprimops.txt.pp;h=1d46095d4d626022acf3542de6d8f51af9cc1dd4;hb=36f77deda25312534200f10ccdb18528b6ee6e27;hp=16149d9eff345743fcc0d8d802c28fa1656eaa45;hpb=d753d69a65e5acd860f626a6d2f6b86b75289066;p=ghc-hetmet.git diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index 16149d9..1d46095 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -1738,13 +1738,8 @@ primop NewBCOOp "newBCO#" GenPrimOp has_side_effects = True out_of_line = True -primop InfoPtrOp "infoPtr#" GenPrimOp - a -> Addr# - with - out_of_line = True - -primop ClosurePayloadOp "closurePayload#" GenPrimOp - a -> (# Array# b, ByteArr# #) +primop UnpackClosureOp "unpackClosure#" GenPrimOp + a -> (# Addr#, Array# b, ByteArr# #) with out_of_line = True