1
0

Fix system variable

This commit is contained in:
otya128
2016-12-23 22:29:57 +09:00
parent f69f493ce0
commit 757bf6cc48

View File

@@ -1337,6 +1337,7 @@ class Compiler
this.vm = vm;
compileProgram();
vm.loadSlot(slot, code, globalIndex + 1, global, functions, globalScope.data, globalLabel, debugInfo);
registerSystemVariable(vm);
}
}