From 642b5fb0007b64c77d186fcb018d571152ee1d47 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 14 Aug 2023 18:51:07 +0200 Subject: reorganization: first steps --- src/user/lib/syscall.s | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/user/lib/syscall.s (limited to 'src/user/lib/syscall.s') diff --git a/src/user/lib/syscall.s b/src/user/lib/syscall.s deleted file mode 100644 index 07f5631..0000000 --- a/src/user/lib/syscall.s +++ /dev/null @@ -1,9 +0,0 @@ -.section .text -.global _syscall -.type _syscall, @function -_syscall: - push %r10 - mov %rcx, %r10 - syscall - pop %r10 - ret -- cgit v1.2.3