mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-16 14:30:34 +00:00
remove x64 instruction skip 32-bit address flag we don't need to save for anything
This commit is contained in:
parent
497b5bc5a9
commit
85f8971d8d
@ -1020,13 +1020,11 @@ static bool ix86_skip_instruction(SIGSEGV_REGISTER_TYPE * regs)
|
|||||||
|
|
||||||
#if defined(__x86_64__) || defined(_M_X64)
|
#if defined(__x86_64__) || defined(_M_X64)
|
||||||
// Address size override
|
// Address size override
|
||||||
bool x86_64_address_32 = false;
|
|
||||||
if (*eip == 0x67) {
|
if (*eip == 0x67) {
|
||||||
|
// 32-bit address
|
||||||
eip++;
|
eip++;
|
||||||
len++;
|
len++;
|
||||||
x86_64_address_32 = true;
|
|
||||||
}
|
}
|
||||||
// FIXME do something with this
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// REX prefix
|
// REX prefix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user