aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/context_switching/syscall_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/context_switching/syscall_handler.cpp')
-rw-r--r--arch/x86_64/src/context_switching/syscall_handler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/context_switching/syscall_handler.cpp b/arch/x86_64/src/context_switching/syscall_handler.cpp
index 1bc4ef9..283d297 100644
--- a/arch/x86_64/src/context_switching/syscall_handler.cpp
+++ b/arch/x86_64/src/context_switching/syscall_handler.cpp
@@ -4,7 +4,6 @@
namespace teachos::arch::context_switching
{
- [[gnu::naked]]
auto syscall_handler() -> void
{
uint64_t dummy{};