bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 15/15] enable syscalls on x86_64


From: Luca Dariz
Subject: [PATCH 15/15] enable syscalls on x86_64
Date: Tue, 28 Jun 2022 12:10:54 +0200

Signed-off-by: Luca Dariz <luca@orpolo.org>
---
 x86_64/locore.S | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x86_64/locore.S b/x86_64/locore.S
index 198ac40a..615a2105 100644
--- a/x86_64/locore.S
+++ b/x86_64/locore.S
@@ -1056,9 +1056,6 @@ syscall_entry_2:
        pushq   %rax                    /* save system call number */
        pushq   $0                      /* clear trap number slot */
 
-// TODO: test it before dropping ud2
-       ud2
-
        pusha                           /* save the general registers */
        movq    %ds,%rdx                /* and the segment registers */
        pushq   %rdx
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]