Rename SwitchCpu to SwitchProcessor

This commit is contained in:
2026-06-07 12:33:56 +02:00
parent a33b63842a
commit f82562f450
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ KD::Debugger::ProcessCpuStateChange(IN PEXCEPTION_RECORD ExceptionRecord,
*/
XTAPI
KCONTINUE_STATUS
KD::Debugger::SwitchCpu(VOID)
KD::Debugger::SwitchProcessor(VOID)
{
EXCEPTION_RECORD ExceptionRecord;
PKPROCESSOR_CONTROL_BLOCK Prcb;