|
|
|
|
|
by SV_BubbleTime
1567 days ago
|
|
typedef union Buffet {
// SSO
struct {
char sso[15] // in-situ data
uint8_t ssolen:4 // in-situ length
}
I feel like this doesn’t work in ARM GCC. Or rather it works but it’s going to be 16 bytes right there. Are systems that are not aligned also default to packed? Does that matter here? |
|