mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
sh2 drc: bug fixing
This commit is contained in:
parent
f1da0a362f
commit
57d863cb87
4 changed files with 28 additions and 21 deletions
|
@ -25,7 +25,7 @@
|
|||
#define PR 18 // platform register
|
||||
|
||||
// All operations but ptr ops are using the lower 32 bits of the A64 registers.
|
||||
// The upper 32 bits are only used in ptr ops.
|
||||
// The upper 32 bits are only used in ptr ops and are zeroed by A64 32 bit ops.
|
||||
|
||||
|
||||
#define A64_COND_EQ 0x0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue