@ -257,7 +257,7 @@ namespace vm::instrs
if ( result == code_block.vinstrs.rend() )
{
jcc.block_addr[ 0 ] = code_block_addr( vmctx, last_trace );
jcc.has_jcc = false;
jcc.has_jcc = true;
jcc.type = jcc_type::absolute;
}
// else there are two branches...