From 66501562de9d34aed2ef662da6b0c17795e0dab5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 13 Feb 2001 11:11:06 +0000 Subject: [PATCH] [project @ 2001-02-13 11:11:06 by simonmar] make this compile with profiling on (it probably won't work, though). --- ghc/rts/Interpreter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index f371862..c7500ef 100644 --- a/ghc/rts/Interpreter.c +++ b/ghc/rts/Interpreter.c @@ -5,8 +5,8 @@ * Copyright (c) 1994-2000. * * $RCSfile: Interpreter.c,v $ - * $Revision: 1.18 $ - * $Date: 2001/02/12 12:44:11 $ + * $Revision: 1.19 $ + * $Date: 2001/02/13 11:11:06 $ * ---------------------------------------------------------------------------*/ #include "Rts.h" @@ -562,7 +562,7 @@ StgThreadReturnCode interpretBCO ( Capability* cap ) ap = (StgAP_UPD*)allocate_UPD(request); StackWord(-1) = (W_)ap; ap->n_args = n_payload; - SET_HDR(ap, &stg_AP_UPD_info, ??) + SET_HDR(ap, &stg_AP_UPD_info, CCS_SYSTEM/*ToDo*/) iSp --; goto nextInsn; } -- 1.7.10.4