aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/context_switching/syscall_handler.cpp
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-27 13:18:49 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-27 13:18:49 +0000
commit187eba4eca3ea46d8c26419168e525242338dae4 (patch)
tree4fa918de9948b8d081bb9b24c0626a88740a4bd8 /arch/x86_64/src/context_switching/syscall_handler.cpp
parent7261c64bb236a313ed8846a9c9dbded6890a9e98 (diff)
downloadkernel-187eba4eca3ea46d8c26419168e525242338dae4.tar.xz
kernel-187eba4eca3ea46d8c26419168e525242338dae4.zip
Simplify syscall setup
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{};