summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-10-03 16:08:26 +0200
committerAlmuHS <almuhs@github.com>2019-10-03 16:08:52 +0200
commita053349e9ce602de08d4928bdb44b017c94e68f4 (patch)
treebb37c054fe9cd84a184b6041db4d1602a4d07110
parente7f8cb62de69dcabb68015bf7b8abe7cf44b71d2 (diff)
refactor: remove dummyf
-rw-r--r--i386/i386/cpuboot.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index d34ceea5..b0bccbdb 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -129,6 +129,6 @@ gdt_tmp:
_apbootend:
apbootend:
- .globl dummyf
-dummyf:
+// .globl dummyf
+//dummyf:
ret