mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
This eliminates the need for the sizeof regex fixup by rearranging things a bit. All other bitfields already use the parentheses around expressions with sizeof, so one case is fixed by following this convention. VM_MAX_STATE_ON_STACK is the only remaining problem and it can be worked around by changing the order of the operands.
5.9 KiB
5.9 KiB