diff options
Diffstat (limited to 'arch/x86/math-emu/div_Xsig.S')
| -rw-r--r-- | arch/x86/math-emu/div_Xsig.S | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/x86/math-emu/div_Xsig.S b/arch/x86/math-emu/div_Xsig.S index f77ba3058b31..8c270ab415be 100644 --- a/arch/x86/math-emu/div_Xsig.S +++ b/arch/x86/math-emu/div_Xsig.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ .file "div_Xsig.S" /*---------------------------------------------------------------------------+ | div_Xsig.S | @@ -74,7 +75,7 @@ FPU_result_1: .text -ENTRY(div_Xsig) +SYM_FUNC_START(div_Xsig) pushl %ebp movl %esp,%ebp #ifndef NON_REENTRANT_FPU @@ -340,7 +341,7 @@ L_exit: popl %esi leave - ret + RET #ifdef PARANOID @@ -363,3 +364,4 @@ L_bugged_2: pop %ebx jmp L_exit #endif /* PARANOID */ +SYM_FUNC_END(div_Xsig) |
