mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-12-17 11:02:41 +00: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