From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 09 Dec 2023 08:38:01 +0000
Subject: [PATCH] enable docker ppp

---
 kernel/arch/x86/math-emu/div_small.S |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel/arch/x86/math-emu/div_small.S b/kernel/arch/x86/math-emu/div_small.S
index 8f5025c..637439b 100644
--- a/kernel/arch/x86/math-emu/div_small.S
+++ b/kernel/arch/x86/math-emu/div_small.S
@@ -19,7 +19,7 @@
 #include "fpu_emu.h"
 
 .text
-ENTRY(FPU_div_small)
+SYM_FUNC_START(FPU_div_small)
 	pushl	%ebp
 	movl	%esp,%ebp
 
@@ -44,5 +44,5 @@
 	popl	%esi
 
 	leave
-	ret
-ENDPROC(FPU_div_small)
+	RET
+SYM_FUNC_END(FPU_div_small)

--
Gitblit v1.6.2