From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:17:29 +0000 Subject: [PATCH] debug lk --- kernel/arch/x86/math-emu/reg_u_mul.S | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/arch/x86/math-emu/reg_u_mul.S b/kernel/arch/x86/math-emu/reg_u_mul.S index 21cde47..e2588b2 100644 --- a/kernel/arch/x86/math-emu/reg_u_mul.S +++ b/kernel/arch/x86/math-emu/reg_u_mul.S @@ -45,7 +45,7 @@ .text -ENTRY(FPU_u_mul) +SYM_FUNC_START(FPU_u_mul) pushl %ebp movl %esp,%ebp #ifndef NON_REENTRANT_FPU @@ -144,7 +144,7 @@ popl %edi popl %esi leave - ret + RET #endif /* PARANOID */ -ENDPROC(FPU_u_mul) +SYM_FUNC_END(FPU_u_mul) -- Gitblit v1.6.2