mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-09 13:33:26 +00:00
Fix indirect call w/ params
This commit is contained in:
parent
ccfd5e6b87
commit
06da0d260a
@ -452,7 +452,7 @@ int parse_value(int rvalue)
|
||||
/*
|
||||
* Function call
|
||||
*/
|
||||
if (emit_value && !(type & (FUNC_TYPE | CONST_TYPE)))
|
||||
if (emit_value)
|
||||
{
|
||||
if (scan_lookahead() != CLOSE_PAREN_TOKEN)
|
||||
emit_push();
|
||||
|
Loading…
Reference in New Issue
Block a user