Browse Source

remove constexpr of ~mm_list()

greatbridf 2 years ago
parent
commit
c23b25c8eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/kernel/mm.hpp

+ 1 - 1
include/kernel/mm.hpp

@@ -124,7 +124,7 @@ public:
     {
         v.m_pd = nullptr;
     }
-    constexpr ~mm_list()
+    ~mm_list()
     {
         if (!m_pd)
             return;