Fix float32_bits union so that it always the sizeof float.
This commit is contained in:
@@ -49,7 +49,7 @@ typedef union
|
||||
typedef union
|
||||
{
|
||||
float v;
|
||||
struct
|
||||
struct __attribute__((packed))
|
||||
{
|
||||
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
|
||||
uint32_t s:1;
|
||||
|
||||
Reference in New Issue
Block a user