aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/x86_64/src/memory/scoped_mapping.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/memory/scoped_mapping.cpp b/arch/x86_64/src/memory/scoped_mapping.cpp
index a86aaed..945183d 100644
--- a/arch/x86_64/src/memory/scoped_mapping.cpp
+++ b/arch/x86_64/src/memory/scoped_mapping.cpp
@@ -30,7 +30,7 @@ namespace teachos::memory::x86_64
}
}
- scoped_mapping::~scoped_mapping()
+ scoped_mapping::~scoped_mapping() noexcept
{
if (m_mapped)
{