Remove duplicate comment which is not used here.

This commit is contained in:
RadWolfie 2018-07-12 21:12:03 -05:00
parent 1fc6b87aa3
commit 2000346cf7
1 changed files with 0 additions and 1 deletions

View File

@ -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: