forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/x86/math-emu/reg_u_div.S
....@@ -75,7 +75,7 @@
7575 #define DEST PARAM3
7676
7777 .text
78
-ENTRY(FPU_u_div)
78
+SYM_FUNC_START(FPU_u_div)
7979 pushl %ebp
8080 movl %esp,%ebp
8181 #ifndef NON_REENTRANT_FPU
....@@ -468,7 +468,7 @@
468468 popl %esi
469469
470470 leave
471
- ret
471
+ RET
472472 #endif /* PARANOID */
473473
474
-ENDPROC(FPU_u_div)
474
+SYM_FUNC_END(FPU_u_div)