Implement CALL(x:FUNC)
This commit is contained in:
@@ -97,7 +97,7 @@ class Function
|
||||
int outArgCount;
|
||||
Scope scope_;
|
||||
bool isCommon;
|
||||
VMSlot slot;/*common function*/
|
||||
VMSlot slot;
|
||||
bool isDead;/*common function*/
|
||||
/**
|
||||
0:bp
|
||||
|
||||
Reference in New Issue
Block a user