diff options
Diffstat (limited to 'arch/x86/math-emu/reg_u_mul.S')
-rw-r--r-- | arch/x86/math-emu/reg_u_mul.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/math-emu/reg_u_mul.S b/arch/x86/math-emu/reg_u_mul.S index 0c779c87ac5b..e2588b24b8c2 100644 --- a/arch/x86/math-emu/reg_u_mul.S +++ b/arch/x86/math-emu/reg_u_mul.S @@ -144,7 +144,7 @@ L_exit: popl %edi popl %esi leave - ret + RET #endif /* PARANOID */ SYM_FUNC_END(FPU_u_mul) |