From 187eba4eca3ea46d8c26419168e525242338dae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matteo=20Gm=C3=BCr?= Date: Sun, 27 Apr 2025 13:18:49 +0000 Subject: Simplify syscall setup --- arch/x86_64/src/context_switching/syscall_handler.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86_64/src/context_switching/syscall_handler.cpp') 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{}; -- cgit v1.2.3