diff --git a/libmesosphere/include/mesosphere/kern_k_handle_table.hpp b/libmesosphere/include/mesosphere/kern_k_handle_table.hpp index 50365268..0f9af8fb 100644 --- a/libmesosphere/include/mesosphere/kern_k_handle_table.hpp +++ b/libmesosphere/include/mesosphere/kern_k_handle_table.hpp @@ -72,7 +72,7 @@ namespace ams::kern { public: constexpr explicit KHandleTable(util::ConstantInitializeTag) : m_entry_infos(), m_objects(), m_lock(), m_free_head_index(-1), m_table_size(), m_max_count(), m_next_linear_id(MinLinearId), m_count() { /* ... */ } - explicit KHandleTable() : m_free_head_index(-1), m_lock(), m_count() { MESOSPHERE_ASSERT_THIS(); } + explicit KHandleTable() : m_lock(), m_free_head_index(-1), m_count() { MESOSPHERE_ASSERT_THIS(); } constexpr NOINLINE Result Initialize(s32 size) { MESOSPHERE_ASSERT_THIS();