From 637c5f9d8c2b19f21e4288be117e690301014905 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 14 Apr 2010 17:01:18 +0000 Subject: [PATCH] ARG, struct offsets are potentially more than 16bit [r27399] --- entity_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1