mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc: moved host register assignment to code emitters, minor bugfixing
This commit is contained in:
parent
7e940f142e
commit
9bd6706dca
12 changed files with 174 additions and 250 deletions
|
@ -38,9 +38,9 @@ unsigned short scan_block(unsigned int base_pc, int is_slave,
|
|||
#if defined(__arm__)
|
||||
#define DRC_SR_REG "r10"
|
||||
#elif defined(__aarch64__)
|
||||
#define DRC_SR_REG "r22"
|
||||
#define DRC_SR_REG "r28"
|
||||
#elif defined(__mips__)
|
||||
#define DRC_SR_REG "s2"
|
||||
#define DRC_SR_REG "s6"
|
||||
#elif defined(__i386__)
|
||||
#define DRC_SR_REG "edi"
|
||||
#elif defined(__x86_64__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue