mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue