mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-05 22:25:32 +00:00
add barrier to inlined block dispatcher
This commit is contained in:
@@ -1222,4 +1222,5 @@ void OPPROTO op_jump_next_A0(void)
|
||||
if (bi->pc == pc || (bi = powerpc_dyngen_helper::find_block(pc)) != NULL)
|
||||
goto *(bi->entry_point);
|
||||
}
|
||||
dyngen_barrier();
|
||||
}
|
||||
|
Reference in New Issue
Block a user