fix builtins to keep them from obliterating stack values.
This commit is contained in:
@@ -50,7 +50,7 @@ final class Builtin extends LFunction {
|
||||
default:
|
||||
luaUnsupportedOperation();
|
||||
}
|
||||
state.adjustTop(base-1+returnValues);
|
||||
state.adjustTop(base+returnValues);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user