summaryrefslogtreecommitdiff
path: root/rts/StgMiscClosures.cmm
diff options
context:
space:
mode:
Diffstat (limited to 'rts/StgMiscClosures.cmm')
-rw-r--r--rts/StgMiscClosures.cmm4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm
index 757730e5fa..905f81ec2e 100644
--- a/rts/StgMiscClosures.cmm
+++ b/rts/StgMiscClosures.cmm
@@ -32,8 +32,8 @@ INFO_TABLE_RET (stg_stack_underflow_frame, UNDERFLOW_FRAME,
SAVE_STGREGS
SAVE_THREAD_STATE();
- ("ptr" ret_off) = foreign "C" threadStackUnderflow(MyCapability(),
- CurrentTSO);
+ (ret_off) = foreign "C" threadStackUnderflow(MyCapability() "ptr",
+ CurrentTSO);
LOAD_THREAD_STATE();
RESTORE_STGREGS