1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-05 04:28:57 +00:00

Fix indirect call w/ params

This commit is contained in:
David Schmenk 2015-01-02 14:51:38 -08:00
parent b81dace901
commit ccfd5e6b87

View File

@ -3209,7 +3209,7 @@ def parse_value(rvalue)
//
// Function call
//
if emit_val and type & VAR_TYPE
if emit_val
if lookahead <> CLOSE_PAREN_TKN
emit_push
fin