kernel/arch/x86/math-emu/reg_u_add.S
.. .. @@ -32,7 +32,7 @@ 32 32 #include "control_w.h" 33 33 34 34 .text 35 -ENTRY(FPU_u_add)35 +SYM_FUNC_START(FPU_u_add)36 36 pushl %ebp 37 37 movl %esp,%ebp 38 38 pushl %esi .. .. @@ -164,6 +164,6 @@ 164 164 popl %edi 165 165 popl %esi 166 166 leave 167 - ret167 + RET168 168 #endif /* PARANOID */ 169 -ENDPROC(FPU_u_add)169 +SYM_FUNC_END(FPU_u_add)