diff options
Diffstat (limited to 'arch/x86/math-emu/reg_u_mul.S')
| -rw-r--r-- | arch/x86/math-emu/reg_u_mul.S | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/x86/math-emu/reg_u_mul.S b/arch/x86/math-emu/reg_u_mul.S index 973f12af97df..e2588b24b8c2 100644 --- a/arch/x86/math-emu/reg_u_mul.S +++ b/arch/x86/math-emu/reg_u_mul.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ .file "reg_u_mul.S" /*---------------------------------------------------------------------------+ | reg_u_mul.S | @@ -44,7 +45,7 @@ FPU_accum_1: .text -ENTRY(FPU_u_mul) +SYM_FUNC_START(FPU_u_mul) pushl %ebp movl %esp,%ebp #ifndef NON_REENTRANT_FPU @@ -143,6 +144,7 @@ L_exit: popl %edi popl %esi leave - ret + RET #endif /* PARANOID */ +SYM_FUNC_END(FPU_u_mul) |
