X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FClosures.h;h=df53ceedd36698b9f892bfa223e86c143ff96c09;hb=6015a94f9108a502150565577b66c23650796639;hp=64582ba6b5bd66b772589951f72f993ff7c9bec3;hpb=b067bdc33ce1a0bb01957b0bcfbb1c516dba53a4;p=ghc-hetmet.git diff --git a/includes/Closures.h b/includes/Closures.h index 64582ba..df53cee 100644 --- a/includes/Closures.h +++ b/includes/Closures.h @@ -306,7 +306,8 @@ typedef struct { */ typedef struct { const struct _StgInfoTable* info; - StgWord size; + StgHalfWord size; + StgHalfWord tag; StgClosure * fun; StgClosure * payload[FLEXIBLE_ARRAY]; } StgRetFun;