From a053349e9ce602de08d4928bdb44b017c94e68f4 Mon Sep 17 00:00:00 2001 From: AlmuHS Date: Thu, 3 Oct 2019 16:08:26 +0200 Subject: refactor: remove dummyf --- i386/i386/cpuboot.S | 4 ++-- 1 file 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 -- cgit v1.2.3