1
0

Implement CALL(x:FUNC)

This commit is contained in:
otya128
2016-12-29 15:37:28 +09:00
parent 692c7907e9
commit 5c6ec3e9e0
3 changed files with 84 additions and 16 deletions

View File

@@ -97,7 +97,7 @@ class Function
int outArgCount;
Scope scope_;
bool isCommon;
VMSlot slot;/*common function*/
VMSlot slot;
bool isDead;/*common function*/
/**
0:bp