con_desc should be an OFFSET_FIELD
authorSimon Marlow <simonmar@microsoft.com>
Tue, 17 Apr 2007 09:25:26 +0000 (09:25 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 17 Apr 2007 09:25:26 +0000 (09:25 +0000)
includes/InfoTables.h

index 9b73aa5..77171f1 100644 (file)
@@ -388,7 +388,8 @@ typedef struct _StgConInfoTable {
     StgInfoTable i;
 #endif
 
-char *con_desc;  /* the name of the data constructor as: Package:Module.Name */
+    OFFSET_FIELD(con_desc) // the name of the data constructor 
+                           // as: Package:Module.Name
 
 #if defined(TABLES_NEXT_TO_CODE)
     StgInfoTable i;