mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:58:12 +00:00
Kernel: Use FlatPtr for register-sized values
This commit is contained in:
parent
b5aad1c81d
commit
a8587fbfb9
4 changed files with 5 additions and 5 deletions
|
@ -65,7 +65,7 @@ String Processor::platform_string() const
|
|||
return "i386";
|
||||
}
|
||||
|
||||
u32 Processor::init_context(Thread& thread, bool leave_crit)
|
||||
FlatPtr Processor::init_context(Thread& thread, bool leave_crit)
|
||||
{
|
||||
VERIFY(is_kernel_mode());
|
||||
VERIFY(g_scheduler_lock.is_locked());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue