1
0

Fix local data

This commit is contained in:
otya128
2016-12-24 16:44:08 +09:00
parent 197fdeb33d
commit be9afb82ca
2 changed files with 6 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ class Scope
{
this();
this.func = func;
func.scope_ = this;
}
}
class DataTable
@@ -94,6 +95,7 @@ class Function
int[wstring] label;
bool returnExpr;
int outArgCount;
Scope scope_;
bool isCommon;
VMSlot slot;/*common function*/
bool isDead;/*common function*/