From c805fc6b7e2299e03c3bbbf4a744e82655a6415c Mon Sep 17 00:00:00 2001 From: RedsonBr140 Date: Sun, 5 Nov 2023 06:53:23 -0300 Subject: [PATCH] chore: Removing unused code Signed-off-by: RedsonBr140 --- Kernel/Arch/x86_64-pc/System/GDTFarJump.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/Arch/x86_64-pc/System/GDTFarJump.asm b/Kernel/Arch/x86_64-pc/System/GDTFarJump.asm index 0209521..b281d58 100644 --- a/Kernel/Arch/x86_64-pc/System/GDTFarJump.asm +++ b/Kernel/Arch/x86_64-pc/System/GDTFarJump.asm @@ -1,6 +1,5 @@ [bits 64] [global reloadSegments] -[global set_up_stack] reloadSegments: push 0x08 ; Push code segment to stack