forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
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)