mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 15:37:59 -05:00
kernel: prefer std::addressof
This commit is contained in:
@ -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.
|
||||
// {
|
||||
|
Reference in New Issue
Block a user