Added a warning message.
This commit is contained in:
parent
9c262a3266
commit
5113e35bb9
@ -440,7 +440,8 @@ factor : INTVALUE {$$=loadint(ival);}
|
||||
| funcname { $$=fcnend(0);}
|
||||
| funcname funccall ')' { $$=fcnend($2);}
|
||||
| MIDSYM '$' midparms
|
||||
{ emcode("cal","$_mid");
|
||||
{ warning("Unsupported function call");
|
||||
emcode("cal","$_mid");
|
||||
emcode("asp",EMINTSIZE);
|
||||
emcode("asp",EMINTSIZE);
|
||||
emcode("asp",EMPTRSIZE);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user