david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[bitops] Add missing __attribute__ (( packed ))

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2011-02-16 18:42:26 +00:00
parent e8c636fe75
commit 00f5ba701f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ typedef unsigned char pseudo_bit_t;
uint32_t dwords[ sizeof ( _structure ) / 32 ]; \
uint64_t qwords[ sizeof ( _structure ) / 64 ]; \
_structure *dummy[0]; \
} u
} __attribute__ (( packed )) u
/** Get pseudo_bit_t structure type from wrapper structure pointer */
#define PSEUDO_BIT_STRUCT_TYPE( _ptr ) \