1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-08-14 02:26:10 +00:00

Fix indirect call w/ params

This commit is contained in:
David Schmenk
2015-01-02 14:55:39 -08:00
parent ccfd5e6b87
commit 06da0d260a

View File

@@ -452,7 +452,7 @@ int parse_value(int rvalue)
/* /*
* Function call * Function call
*/ */
if (emit_value && !(type & (FUNC_TYPE | CONST_TYPE))) if (emit_value)
{ {
if (scan_lookahead() != CLOSE_PAREN_TOKEN) if (scan_lookahead() != CLOSE_PAREN_TOKEN)
emit_push(); emit_push();