Remove redundant comments from panic calls
Все проверки выполнены успешно
Builds / ExectOS (i686, debug) (push) Successful in 42s
Builds / ExectOS (amd64, debug) (push) Successful in 44s
Builds / ExectOS (i686, release) (push) Successful in 46s
Builds / ExectOS (amd64, release) (push) Successful in 49s
Все проверки выполнены успешно
Builds / ExectOS (i686, debug) (push) Successful in 42s
Builds / ExectOS (amd64, debug) (push) Successful in 44s
Builds / ExectOS (i686, release) (push) Successful in 46s
Builds / ExectOS (amd64, release) (push) Successful in 49s
Этот коммит содержится в:
@@ -74,7 +74,7 @@ __CxxFrameHandler3(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||
|
||||
/* Disable interrupts and hang */
|
||||
AR::CpuFunc::ClearInterruptFlag();
|
||||
KE::Crash::Panic(0); // CXX_FRAME_HANDLER_CALLED
|
||||
KE::Crash::Panic(0);
|
||||
|
||||
/* Continue search */
|
||||
return ExceptionContinueSearch;
|
||||
@@ -129,5 +129,5 @@ _purecall(VOID)
|
||||
|
||||
/* Disable interrupts and hang */
|
||||
AR::CpuFunc::ClearInterruptFlag();
|
||||
KE::Crash::Panic(0); // PURE_VIRTUAL_FUNCTION_CALL
|
||||
KE::Crash::Panic(0);
|
||||
}
|
||||
|
||||
@@ -74,7 +74,7 @@ __CxxFrameHandler3(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||
|
||||
/* Disable interrupts and hang */
|
||||
AR::CpuFunc::ClearInterruptFlag();
|
||||
KE::Crash::Panic(0); // CXX_FRAME_HANDLER_CALLED
|
||||
KE::Crash::Panic(0);
|
||||
|
||||
/* Continue search */
|
||||
return ExceptionContinueSearch;
|
||||
@@ -129,5 +129,5 @@ _purecall(VOID)
|
||||
|
||||
/* Disable interrupts and hang */
|
||||
AR::CpuFunc::ClearInterruptFlag();
|
||||
KE::Crash::Panic(0); // PURE_VIRTUAL_FUNCTION_CALL
|
||||
KE::Crash::Panic(0);
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user