From: Simon Marlow Date: Mon, 14 May 2007 10:55:16 +0000 (+0000) Subject: remove accidentally-committed change X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4a4705044e8365de1ec92308c9cbdcbb01c36f5f remove accidentally-committed change --- diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index a326739..54d72f0 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -1692,11 +1692,6 @@ primop GetApStackValOp "getApStackVal#" GenPrimOp with out_of_line = True -primop GetStackFrame "getStackFrame#" GenPrimOp - ThreadId# -> Int# -> (# Int#, Int# #) - with - out_of_line = True - ------------------------------------------------------------------------ section "Etc" {Miscellaneous built-ins}