Remove duplicate comment which is not used here.
This commit is contained in:
parent
1fc6b87aa3
commit
2000346cf7
|
@ -319,7 +319,6 @@ bool EmuTryHandleException(EXCEPTION_POINTERS *e)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure access-violations reach EmuX86_DecodeException() as soon as possible
|
|
||||||
if (e->ExceptionRecord->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) {
|
if (e->ExceptionRecord->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) {
|
||||||
switch (e->ExceptionRecord->ExceptionCode) {
|
switch (e->ExceptionRecord->ExceptionCode) {
|
||||||
case STATUS_BREAKPOINT:
|
case STATUS_BREAKPOINT:
|
||||||
|
|
Loading…
Reference in New Issue