From: Matthias Braun Date: Wed, 14 Apr 2010 17:01:18 +0000 (+0000) Subject: ARG, struct offsets are potentially more than 16bit X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=637c5f9d8c2b19f21e4288be117e690301014905;p=cparser ARG, struct offsets are potentially more than 16bit [r27399] --- diff --git a/entity_t.h b/entity_t.h index 02bb014..eca43dd 100644 --- a/entity_t.h +++ b/entity_t.h @@ -202,7 +202,7 @@ struct compound_member_t { declaration_t base; bool read : 1; bool address_taken : 1; /**< Set if the address of this declaration was taken. */ - unsigned short offset; /**< the offset of this member in the compound */ + il_size_t offset; /**< the offset of this member in the compound */ unsigned char bit_offset; /**< extra bit offset for bitfield members */ /* ast2firm info */