(cherry picked from commit 72a1513a360118b03b7c29be519125f7d5f7cc8e)
This commit is contained in:
rakslice 2020-10-20 19:57:24 -07:00
parent e00c6f2091
commit 497b5bc5a9
1 changed files with 1 additions and 0 deletions

View File

@ -1019,6 +1019,7 @@ 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) {
eip++;