hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/x86/math-emu/div_small.S
....@@ -19,7 +19,7 @@
1919 #include "fpu_emu.h"
2020
2121 .text
22
-ENTRY(FPU_div_small)
22
+SYM_FUNC_START(FPU_div_small)
2323 pushl %ebp
2424 movl %esp,%ebp
2525
....@@ -44,5 +44,5 @@
4444 popl %esi
4545
4646 leave
47
- ret
48
-ENDPROC(FPU_div_small)
47
+ RET
48
+SYM_FUNC_END(FPU_div_small)