mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Tasking is now working under 32-bit
This commit is contained in:
@ -391,7 +391,7 @@ namespace Tasking
|
||||
/**
|
||||
* @note This function is NOT thread safe
|
||||
*/
|
||||
void Schedule(void *Frame);
|
||||
void Schedule(CPU::x32::TrapFrame *Frame);
|
||||
|
||||
void OnInterruptReceived(CPU::x32::TrapFrame *Frame);
|
||||
#elif defined(aa64)
|
||||
|
Reference in New Issue
Block a user