Chromium Code Reviews| Index: sysdeps/i386/fpu/s_truncl.S |
| diff --git a/sysdeps/i386/fpu/s_truncl.S b/sysdeps/i386/fpu/s_truncl.S |
| index 4ff1f6f4130ff35f24270b48dbfe8710b8c16316..dfaea40a3a587824ac2f59e453911ec3d7b509d9 100644 |
| --- a/sysdeps/i386/fpu/s_truncl.S |
| +++ b/sysdeps/i386/fpu/s_truncl.S |
| @@ -31,6 +31,6 @@ ENTRY(__truncl) |
| frndint |
| fldcw 4(%esp) |
| addl $8, %esp |
| - ret |
| + NACLRET |
| END(__truncl) |
| weak_alias (__truncl, truncl) |