mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-03-25 21:30:44 +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
|
word optos
|
||||||
|
|
||||||
*valptr = 0
|
*valptr = 0
|
||||||
*sizeptr = 1
|
^sizeptr = 1
|
||||||
matchop = 0
|
matchop = 0
|
||||||
optos = opsp
|
optos = opsp
|
||||||
repeat
|
repeat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user