mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
CHECK we have at most a partial byte
This commit is contained in:
parent
f4a6d08847
commit
fae25bc459
@ -2137,6 +2137,7 @@ NextMember:
|
||||
ConsumeRCurly ();
|
||||
|
||||
/* If we have data from a bit-field left, output it now */
|
||||
CHECK(SI.ValBits < CHAR_BITS);
|
||||
OutputBitFieldData (&SI);
|
||||
|
||||
/* If there are struct fields left, reserve additional storage */
|
||||
|
Loading…
x
Reference in New Issue
Block a user