JIT:
- Fix a low-level bug on 32-bit processors. This was most noticeable with 3D graphics corruption in games like Golden Sun: Dark Dawn.
This commit is contained in:
parent
02882f9483
commit
54626689cf
|
@ -257,7 +257,7 @@ static GPVar total_cycles;
|
|||
|
||||
#ifndef ASMJIT_X64
|
||||
#define r64 r32
|
||||
#define movsxd mov
|
||||
#define movsxd movsx
|
||||
#endif
|
||||
|
||||
// sequencer.reschedule = true;
|
||||
|
|
Loading…
Reference in New Issue