forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/x86/math-emu/reg_round.S
....@@ -109,7 +109,7 @@
109109 .globl fpu_Arith_exit
110110
111111 /* Entry point when called from C */
112
-ENTRY(FPU_round)
112
+SYM_FUNC_START(FPU_round)
113113 pushl %ebp
114114 movl %esp,%ebp
115115 pushl %esi
....@@ -437,7 +437,7 @@
437437 popl %edi
438438 popl %esi
439439 leave
440
- ret
440
+ RET
441441
442442
443443 /*
....@@ -708,4 +708,4 @@
708708 jmp fpu_reg_round_special_exit
709709 #endif /* PARANOID */
710710
711
-ENDPROC(FPU_round)
711
+SYM_FUNC_END(FPU_round)