summaryrefslogtreecommitdiff
path: root/rts/StgMiscClosures.cmm
diff options
context:
space:
mode:
Diffstat (limited to 'rts/StgMiscClosures.cmm')
-rw-r--r--rts/StgMiscClosures.cmm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm
index 5ddc1acb40..e4b128f96e 100644
--- a/rts/StgMiscClosures.cmm
+++ b/rts/StgMiscClosures.cmm
@@ -42,7 +42,7 @@ INFO_TABLE_RET (stg_stack_underflow_frame, UNDERFLOW_FRAME, P_ unused)
INFO_TABLE_RET (stg_restore_cccs, RET_SMALL, W_ cccs)
{
#if defined(PROFILING)
- W_[CCCS] = Sp(1);
+ CCCS = Sp(1);
#endif
Sp_adj(2);
jump %ENTRY_CODE(Sp(0));