Fix calling convention by managing top of stack and adjusting on way in and out of function calls.
This commit is contained in:
@@ -15,9 +15,8 @@ public class LValue {
|
||||
}
|
||||
|
||||
// perform a lua call, return number of results actually produced
|
||||
public int luaStackCall(StackState state, int base, int nargs) {
|
||||
public void luaStackCall(StackState state, int base) {
|
||||
luaUnsupportedOperation();
|
||||
return 0;
|
||||
}
|
||||
|
||||
// unsupported except for numbers
|
||||
|
||||
Reference in New Issue
Block a user