mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-14 22:21:23 +00: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
|
#ifndef _WIN32
|
||||||
|
#undef INSTRUCTION_START
|
||||||
#define INSTRUCTION_START Default(inst); return;
|
#define INSTRUCTION_START Default(inst); return;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user