mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Remove x86_32 from DolphinWX.
This commit is contained in:
parent
0bcebd81f6
commit
21ee61d7fc
3 changed files with 3 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue