From 9dc9378bcc9f49038cdcf54c8d0e474a793cf9f9 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 22 Jul 2017 16:15:37 +0300 Subject: [PATCH] Fix illegal instruction message --- Utilities/Thread.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Utilities/Thread.cpp b/Utilities/Thread.cpp index 262028e0ea..71d97f4726 100644 --- a/Utilities/Thread.cpp +++ b/Utilities/Thread.cpp @@ -1413,13 +1413,6 @@ static LONG exception_filter(PEXCEPTION_POINTERS pExp) msg += fmt::format("RPCS3 image base: %p.\n", GetModuleHandle(NULL)); - if (pExp->ExceptionRecord->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION) - { - msg += "\n" - "Illegal instruction exception occured.\n" - "Note that your CPU must support SSSE3 extension.\n"; - } - // TODO: print registers and the callstack // Report fatal error