> The C ABI reverses the bitfield fill order when compiled as > little-endian. No - it is completely implementation defined. The general concensus is not to use bitfields if you care at all about the bit assignments. David
> The C ABI reverses the bitfield fill order when compiled as > little-endian. No - it is completely implementation defined. The general concensus is not to use bitfields if you care at all about the bit assignments. David