hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/x86/math-emu/reg_u_mul.S
....@@ -45,7 +45,7 @@
4545
4646
4747 .text
48
-ENTRY(FPU_u_mul)
48
+SYM_FUNC_START(FPU_u_mul)
4949 pushl %ebp
5050 movl %esp,%ebp
5151 #ifndef NON_REENTRANT_FPU
....@@ -144,7 +144,7 @@
144144 popl %edi
145145 popl %esi
146146 leave
147
- ret
147
+ RET
148148 #endif /* PARANOID */
149149
150
-ENDPROC(FPU_u_mul)
150
+SYM_FUNC_END(FPU_u_mul)