From 497b5bc5a9ffbf1e8a74ad808423be0223099920 Mon Sep 17 00:00:00 2001 From: rakslice Date: Tue, 20 Oct 2020 19:57:24 -0700 Subject: [PATCH] cleanup (cherry picked from commit 72a1513a360118b03b7c29be519125f7d5f7cc8e) --- SheepShaver/src/CrossPlatform/sigsegv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SheepShaver/src/CrossPlatform/sigsegv.cpp b/SheepShaver/src/CrossPlatform/sigsegv.cpp index 3dabbc45..2c6491f5 100644 --- a/SheepShaver/src/CrossPlatform/sigsegv.cpp +++ b/SheepShaver/src/CrossPlatform/sigsegv.cpp @@ -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++;