diff options
Diffstat (limited to 'includes/rts/storage/Closures.h')
-rw-r--r-- | includes/rts/storage/Closures.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/rts/storage/Closures.h b/includes/rts/storage/Closures.h index 3196efd3de..60c47838c8 100644 --- a/includes/rts/storage/Closures.h +++ b/includes/rts/storage/Closures.h @@ -195,6 +195,11 @@ typedef struct { } StgCatchFrame; typedef struct { + StgHeader header; + StgClosure *closure; +} StgKeepAliveFrame; + +typedef struct { const StgInfoTable* info; struct StgStack_ *next_chunk; } StgUnderflowFrame; |