diff options
Diffstat (limited to 'arch/x86/math-emu/reg_u_sub.S')
-rw-r--r-- | arch/x86/math-emu/reg_u_sub.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/math-emu/reg_u_sub.S b/arch/x86/math-emu/reg_u_sub.S index 1b6c24801d22..f05dea7dec38 100644 --- a/arch/x86/math-emu/reg_u_sub.S +++ b/arch/x86/math-emu/reg_u_sub.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ .file "reg_u_sub.S" /*---------------------------------------------------------------------------+ | reg_u_sub.S | @@ -270,3 +271,4 @@ L_exit: popl %esi leave ret +ENDPROC(FPU_u_sub) |