mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-03-23 07:35:00 +00:00
Fix const size initialization
This commit is contained in:
parent
815b88e50f
commit
6aebc2ef4f
BIN
SANDBOX.PO
BIN
SANDBOX.PO
Binary file not shown.
@ -3006,7 +3006,7 @@ def parse_constexpr(valptr, sizeptr)
|
||||
word optos
|
||||
|
||||
*valptr = 0
|
||||
*sizeptr = 1
|
||||
^sizeptr = 1
|
||||
matchop = 0
|
||||
optos = opsp
|
||||
repeat
|
||||
|
Loading…
x
Reference in New Issue
Block a user