mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-05-31 09:21:36 +00:00
- reenabled the part of OP_THROW that throws a VMAbortException. This part is still needed for a runtime variable access check.
This commit is contained in:
parent
4c1e03ebff
commit
7a6e70e777
3 changed files with 6 additions and 2 deletions
|
@ -6534,7 +6534,7 @@ ExpEmit FxSelf::Emit(VMFunctionBuilder *build)
|
|||
{
|
||||
build->Emit(OP_EQA_R, 1, 0, 1);
|
||||
build->Emit(OP_JMP, 1);
|
||||
//build->Emit(OP_THROW, 2, X_BAD_SELF);
|
||||
build->Emit(OP_THROW, 2, X_BAD_SELF);
|
||||
}
|
||||
// self is always the first pointer passed to the function
|
||||
return ExpEmit(0, REGT_POINTER, false, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue