mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
add literal pool to sh2 drc (for armv[456] without MOVT/W)
This commit is contained in:
parent
47ee54b873
commit
83bafe8e0b
4 changed files with 114 additions and 25 deletions
|
@ -1795,6 +1795,7 @@ void *ssp_translate_block(int pc)
|
|||
tr_flush_dirty_ST();
|
||||
tr_flush_dirty_pmcrs();
|
||||
block_end = emit_block_epilogue(ccount, end_cond, jump_pc, pc);
|
||||
emith_pool_commit(0);
|
||||
|
||||
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