mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-07 18:25:03 +00:00
Fix const size initialization
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user