diff options
-rw-r--r-- | x86_64/locore.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x86_64/locore.S b/x86_64/locore.S index 5b9c8ef4..95ece3cc 100644 --- a/x86_64/locore.S +++ b/x86_64/locore.S @@ -1075,9 +1075,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 |