diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-10-09 09:23:50 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-10-09 11:13:58 +0100 |
commit | cc2a4d57692ccd40bd552cccbcec15b7d5c97746 (patch) | |
tree | dc93a00b87657b1ba0367392f1497708145a7625 /rts/HeapStackCheck.cmm | |
parent | 70765e86772010d09f42ba844fe9f73b17a711c7 (diff) | |
download | haskell-cc2a4d57692ccd40bd552cccbcec15b7d5c97746.tar.gz |
profiling fixes
Diffstat (limited to 'rts/HeapStackCheck.cmm')
-rw-r--r-- | rts/HeapStackCheck.cmm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/HeapStackCheck.cmm b/rts/HeapStackCheck.cmm index 08adf45b02..1375216646 100644 --- a/rts/HeapStackCheck.cmm +++ b/rts/HeapStackCheck.cmm @@ -216,7 +216,7 @@ stg_gc_prim_n (W_ arg) /* The stg_enter_checkbh frame has the same shape as an update frame: */ INFO_TABLE_RET ( stg_enter_checkbh, RET_SMALL, - UPDATE_FRAME_FIELDS(W_,P_,info_ptr,updatee)) + UPDATE_FRAME_FIELDS(W_,P_,info_ptr,ccs,updatee)) return (P_ ret) { foreign "C" checkBlockingQueues(MyCapability() "ptr", |