diff --git a/src/scripting/vm/vmframe.cpp b/src/scripting/vm/vmframe.cpp index a5a682040..9e0aa26c7 100644 --- a/src/scripting/vm/vmframe.cpp +++ b/src/scripting/vm/vmframe.cpp @@ -519,6 +519,7 @@ int VMCall(VMFunction *func, VMValue *params, int numparams, VMReturn *results, auto exceptInfo = CurrentJitExceptInfo; CurrentJitExceptInfo = prevExceptInfo; VMRethrowException(exceptInfo); + return 0; } } }