hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/x86/math-emu/reg_u_sub.S
....@@ -33,7 +33,7 @@
3333 #include "control_w.h"
3434
3535 .text
36
-ENTRY(FPU_u_sub)
36
+SYM_FUNC_START(FPU_u_sub)
3737 pushl %ebp
3838 movl %esp,%ebp
3939 pushl %esi
....@@ -270,5 +270,5 @@
270270 popl %edi
271271 popl %esi
272272 leave
273
- ret
274
-ENDPROC(FPU_u_sub)
273
+ RET
274
+SYM_FUNC_END(FPU_u_sub)