forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/x86/math-emu/reg_u_add.S
....@@ -32,7 +32,7 @@
3232 #include "control_w.h"
3333
3434 .text
35
-ENTRY(FPU_u_add)
35
+SYM_FUNC_START(FPU_u_add)
3636 pushl %ebp
3737 movl %esp,%ebp
3838 pushl %esi
....@@ -164,6 +164,6 @@
164164 popl %edi
165165 popl %esi
166166 leave
167
- ret
167
+ RET
168168 #endif /* PARANOID */
169
-ENDPROC(FPU_u_add)
169
+SYM_FUNC_END(FPU_u_add)