extensions
Steven Massey 3 years ago
parent 0dbc617a23
commit 2c1a2af2c8

@ -1243,7 +1243,9 @@ _ ((i_opcode == 0x23) ? Compile_GetGlobal (o, global) : Compile_SetGlo
M3Result EmitPatchingBranch (IM3Compilation o, IM3CompilationScope i_scope)
{
M3Result result;
M3Result result ;
_try {
_ (EmitOp (o, op_Branch));
@ -1253,7 +1255,7 @@ _ (EmitOp (o, op_Branch));
patch->next = i_scope->patches;
i_scope->patches = patch;
_catch:
} _catch:
return result;
}

Loading…
Cancel
Save