Add common function calling support
This commit is contained in:
@@ -104,6 +104,8 @@ class Function
|
||||
bool returnExpr;
|
||||
int outArgCount;
|
||||
bool isCommon;
|
||||
VMSlot slot;/*common function*/
|
||||
bool isDead;/*common function*/
|
||||
/**
|
||||
0:bp
|
||||
1:pc
|
||||
|
||||
Reference in New Issue
Block a user