mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
kernel: prefer std::addressof
This commit is contained in:
parent
24077ea160
commit
d0e11c27d9
21 changed files with 139 additions and 134 deletions
|
@ -149,7 +149,7 @@ void KScheduler::Initialize(KThread* main_thread, KThread* idle_thread, s32 core
|
|||
m_core_id = core_id;
|
||||
m_idle_thread = idle_thread;
|
||||
// m_state.idle_thread_stack = m_idle_thread->GetStackTop();
|
||||
// m_state.interrupt_task_manager = &kernel.GetInterruptTaskManager();
|
||||
// m_state.interrupt_task_manager = std::addressof(kernel.GetInterruptTaskManager());
|
||||
|
||||
// Insert the main thread into the priority queue.
|
||||
// {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue