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
|
@ -1104,3 +1104,6 @@ enum { xAX = 0, xCX, xDX, xBX, xSP, xBP, xSI, xDI };
|
|||
EMITH_SJMP_END(DCOND_EQ); \
|
||||
EMITH_SJMP_END(DCOND_EQ); \
|
||||
} while (0)
|
||||
|
||||
#define emith_pool_check() /**/
|
||||
#define emith_pool_commit(j) /**/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue