@@ -171,7 +171,7 @@ COSMOVMRESULT cosmoV_call(CState *state, int args) {
// execute
if(!cosmoV_execute(state))
returnCOSMOVM_RUNTIME_ERR;
CValue*result=state->top;
CValue*result=state->top-1;
// pop the callframe and return result
popCallFrame(state);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.