mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 06:19:19 +00:00
Update CPU::TrapFrame in crash handler functions
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user