Restore the entry field in StgInfoTable when !defined(TABLES_NEXT_TO_CODE)
[ghc-hetmet.git] / includes / rts / storage / InfoTables.h
index 4596ce2..c81e1e2 100644 (file)
@@ -214,6 +214,10 @@ typedef union {
  */
 typedef struct StgInfoTable_ {
 
+#ifndef TABLES_NEXT_TO_CODE
+    StgFunPtr       entry;     /* pointer to the entry code */
+#endif
+
 #ifdef PROFILING
     StgProfInfo     prof;
 #endif