diff options
Diffstat (limited to 'includes/stg')
-rw-r--r-- | includes/stg/MiscClosures.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 3f5e403d49..07a7752ed2 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -64,7 +64,13 @@ RTS_RET(stg_maskAsyncExceptionszh_ret); RTS_RET(stg_stack_underflow_frame); RTS_RET(stg_restore_cccs); -// RTS_FUN(stg_interp_constr_entry); +// RTS_FUN(stg_interp_constr1_entry); +// RTS_FUN(stg_interp_constr2_entry); +// RTS_FUN(stg_interp_constr3_entry); +// RTS_FUN(stg_interp_constr4_entry); +// RTS_FUN(stg_interp_constr5_entry); +// RTS_FUN(stg_interp_constr6_entry); +// RTS_FUN(stg_interp_constr7_entry); // // This is referenced using the FFI in the compiler (ByteCodeItbls), // so we can't give it the correct type here because the prototypes |