mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc, code emitter cleanup, add ARM reorder stage to reduce interlock
This commit is contained in:
parent
aa4c4cb951
commit
e01deede1b
4 changed files with 285 additions and 128 deletions
|
@ -1796,6 +1796,7 @@ void *ssp_translate_block(int pc)
|
|||
tr_flush_dirty_pmcrs();
|
||||
block_end = emit_block_epilogue(ccount, end_cond, jump_pc, pc);
|
||||
emith_pool_commit(0);
|
||||
emith_flush();
|
||||
|
||||
if (tcache_ptr - (u32 *)tcache > DRC_TCACHE_SIZE/4) {
|
||||
elprintf(EL_ANOMALY|EL_STATUS|EL_SVP, "tcache overflow!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue