mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Fix illegal instruction message
This commit is contained in:
parent
5cc152b8dd
commit
9dc9378bcc
1 changed files with 0 additions and 7 deletions
|
@ -1413,13 +1413,6 @@ static LONG exception_filter(PEXCEPTION_POINTERS pExp)
|
||||||
|
|
||||||
msg += fmt::format("RPCS3 image base: %p.\n", GetModuleHandle(NULL));
|
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
|
// TODO: print registers and the callstack
|
||||||
|
|
||||||
// Report fatal error
|
// Report fatal error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue