refactored stress test

This commit is contained in:
2020-11-17 15:13:51 -06:00
parent aaed92424f
commit 4c4b5eae8d
2 changed files with 1 additions and 9 deletions

View File

@@ -108,11 +108,6 @@ CObjString *cosmoV_concat(CState *state, CObjString *strA, CObjString *strB) {
bool cosmoV_execute(CState *state);
typedef enum {
CALL_CLOSURE,
CALL_CFUNCTION
} preCallResult;
static inline void callCFunction(CState *state, CosmoCFunction cfunc, int args, int offset) {
StkPtr savedBase = cosmoV_getTop(state, args);