aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/exception_handling/abort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/exception_handling/abort.cpp')
-rw-r--r--arch/x86_64/src/exception_handling/abort.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/exception_handling/abort.cpp b/arch/x86_64/src/exception_handling/abort.cpp
index 77576b1..e331d34 100644
--- a/arch/x86_64/src/exception_handling/abort.cpp
+++ b/arch/x86_64/src/exception_handling/abort.cpp
@@ -12,5 +12,4 @@ namespace teachos::arch::exception_handling
* currently implement, @p ::abort gets overridden to simply panic.
*/
extern "C" auto abort() -> void { panic("Terminate was called, possibly due to an unhandled exception"); }
-
} // namespace teachos::arch::exception_handling