Commented out remains of VM exception handling opcodes

This fixes build with GCC/Clang
This commit is contained in:
alexey.lysiuk 2017-04-10 22:18:43 +03:00
parent 040c70714c
commit d5edd3db36
3 changed files with 7 additions and 7 deletions

View file

@ -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);