From 4a4705044e8365de1ec92308c9cbdcbb01c36f5f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 14 May 2007 10:55:16 +0000 Subject: [PATCH] remove accidentally-committed change --- compiler/prelude/primops.txt.pp | 5 ----- 1 file changed, 5 deletions(-) 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} -- 1.7.10.4