Update CPU::TrapFrame in crash handler functions

This commit is contained in:
EnderIce2
2024-02-04 02:26:43 +02:00
parent d89f59a252
commit e7c4a5758c
5 changed files with 55 additions and 58 deletions

View File

@ -32,7 +32,7 @@
#include "../../kernel.h"
SafeFunction bool UserModeExceptionHandler(CHArchTrapFrame *Frame)
SafeFunction bool UserModeExceptionHandler(CPU::TrapFrame *Frame)
{
CPUData *CurCPU = GetCurrentCPU();
Tasking::PCB *CurProc = CurCPU->CurrentProcess;