mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sh2 drc, fix sh2 reg enum usage
This commit is contained in:
parent
fde25b40fe
commit
7082729e06
2 changed files with 2 additions and 5 deletions
|
@ -109,10 +109,6 @@ static int insns_compiled, hash_collisions, host_insn_count;
|
|||
#define GET_Rn() \
|
||||
((op >> 8) & 0x0f)
|
||||
|
||||
#define SHR_T 30 // separate T for not-used detection
|
||||
#define SHR_MEM 31
|
||||
#define SHR_TMP -1
|
||||
|
||||
#define T 0x00000001
|
||||
#define S 0x00000002
|
||||
#define I 0x000000f0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue