mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-27 02:49:42 +00:00
add barrier to inlined block dispatcher
This commit is contained in:
parent
c0db6d3f47
commit
74cf5d2686
@ -1222,4 +1222,5 @@ void OPPROTO op_jump_next_A0(void)
|
|||||||
if (bi->pc == pc || (bi = powerpc_dyngen_helper::find_block(pc)) != NULL)
|
if (bi->pc == pc || (bi = powerpc_dyngen_helper::find_block(pc)) != NULL)
|
||||||
goto *(bi->entry_point);
|
goto *(bi->entry_point);
|
||||||
}
|
}
|
||||||
|
dyngen_barrier();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user