mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- fix return warning
This commit is contained in:
parent
884e185db0
commit
452c6fd158
1 changed files with 1 additions and 0 deletions
|
@ -519,6 +519,7 @@ int VMCall(VMFunction *func, VMValue *params, int numparams, VMReturn *results,
|
||||||
auto exceptInfo = CurrentJitExceptInfo;
|
auto exceptInfo = CurrentJitExceptInfo;
|
||||||
CurrentJitExceptInfo = prevExceptInfo;
|
CurrentJitExceptInfo = prevExceptInfo;
|
||||||
VMRethrowException(exceptInfo);
|
VMRethrowException(exceptInfo);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue