Remove x86_32 from DolphinWX.

This commit is contained in:
Ryan Houdek
2014-05-27 22:37:16 -05:00
parent 0bcebd81f6
commit 21ee61d7fc
3 changed files with 3 additions and 17 deletions

View File

@ -134,11 +134,7 @@ void CJitWindow::Compare(u32 em_address)
int num_x86_instructions = 0;
while ((u8*)disasmPtr < end)
{
#if _M_X86_64
disasmPtr += x64disasm.disasm64(disasmPtr, disasmPtr, (u8*)disasmPtr, sptr);
#else
disasmPtr += x64disasm.disasm32(disasmPtr, disasmPtr, (u8*)disasmPtr, sptr);
#endif
sptr += strlen(sptr);
*sptr++ = 13;
*sptr++ = 10;