mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Avoid warning about redefining macro. It would be nice though if someone could add a comment describing what is Windows-specific about the JITting of stb/sth/stw.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@348 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b9feea5412
commit
b6f82eb871
@ -184,6 +184,7 @@ namespace Jit64
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
#undef INSTRUCTION_START
|
||||
#define INSTRUCTION_START Default(inst); return;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user