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:
Maarten ter Huurne 2008-08-27 11:17:50 +00:00
parent b9feea5412
commit b6f82eb871

View File

@ -184,6 +184,7 @@ namespace Jit64
}
#ifndef _WIN32
#undef INSTRUCTION_START
#define INSTRUCTION_START Default(inst); return;
#endif