mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-21 22:31:19 +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)
|
||||
// Address size override
|
||||
bool x86_64_address_32 = false;
|
||||
if (*eip == 0x67) {
|
||||
// 32-bit address
|
||||
eip++;
|
||||
len++;
|
||||
x86_64_address_32 = true;
|
||||
}
|
||||
// FIXME do something with this
|
||||
#endif
|
||||
|
||||
// REX prefix
|
||||
|
Loading…
Reference in New Issue
Block a user