- 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:
rogerman 2012-11-02 21:42:30 +00:00
parent 02882f9483
commit 54626689cf
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ static GPVar total_cycles;
#ifndef ASMJIT_X64
#define r64 r32
#define movsxd mov
#define movsxd movsx
#endif
// sequencer.reschedule = true;