Implement stack chunks and separate TSO/STACK objects
[ghc-hetmet.git] / includes / rts / storage / Closures.h
index 2683ce7..f3929ee 100644 (file)
@@ -166,6 +166,11 @@ typedef struct {
 } StgCatchFrame;
 
 typedef struct {
+    const StgInfoTable* info;
+    struct StgStack_ *next_chunk;
+} StgUnderflowFrame;
+
+typedef struct {
     StgHeader  header;
 } StgStopFrame;