mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc: fix for crash in generated code on x86_64
This commit is contained in:
parent
17bd69adc6
commit
f36709e651
1 changed files with 2 additions and 1 deletions
|
@ -1007,7 +1007,8 @@ enum { xAX = 0, xCX, xDX, xBX, xSP, xBP, xSI, xDI, // x86-64,i386 common
|
|||
#define host_instructions_updated(base, end) (void)(base),(void)(end)
|
||||
#define emith_update_cache() /**/
|
||||
|
||||
#define emith_rw_offs_max() 0xffffffff
|
||||
// NB this MUST be <0x40000000 to avoid overflow in address calculations
|
||||
#define emith_rw_offs_max() 0xfffffff // for better perfomance: <0x10000000
|
||||
|
||||
#ifdef __x86_64__
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue