1
0

Delete debug code

This commit is contained in:
otya128
2016-12-22 23:07:20 +09:00
parent f44df07198
commit 5ccf72c851

View File

@@ -1514,10 +1514,6 @@ class CallBuiltinFunction : Code
{
vm.stacki -= func.argments.length;// - outcount;
}
if (vm.stack[vm.stacki].type == ValueType.Void)
{
vm.dumpStack();
}
////vm.stacki += outcount;
//vm.stacki = old;
for(int i = 0; i < result.length; i++)