mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-23 05:50:00 +00:00
[bitops] Add missing __attribute__ (( packed ))
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
e8c636fe75
commit
00f5ba701f
@ -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 ) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user