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:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user