Fix system variable
This commit is contained in:
@@ -1337,6 +1337,7 @@ class Compiler
|
|||||||
this.vm = vm;
|
this.vm = vm;
|
||||||
compileProgram();
|
compileProgram();
|
||||||
vm.loadSlot(slot, code, globalIndex + 1, global, functions, globalScope.data, globalLabel, debugInfo);
|
vm.loadSlot(slot, code, globalIndex + 1, global, functions, globalScope.data, globalLabel, debugInfo);
|
||||||
|
registerSystemVariable(vm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user