Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: sysdeps/i386/fpu/s_rintf.S

Issue 3539003: Fix up RET instructions in sysdeps/i386/fpu (Closed) Base URL: ssh://gitrw.chromium.org/nacl-glibc
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sysdeps/i386/fpu/s_rint.S ('k') | sysdeps/i386/fpu/s_scalbn.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/i386/fpu/s_rintf.S
diff --git a/sysdeps/i386/fpu/s_rintf.S b/sysdeps/i386/fpu/s_rintf.S
index 2b358c1cf124266bdd4ec5817edea9f928a95a92..a4f3f2e4c5d5905365df86982c55080ad2075c7f 100644
--- a/sysdeps/i386/fpu/s_rintf.S
+++ b/sysdeps/i386/fpu/s_rintf.S
@@ -10,6 +10,6 @@ RCSID("$NetBSD: s_rintf.S,v 1.3 1995/05/09 00:17:22 jtc Exp $")
ENTRY(__rintf)
flds 4(%esp)
frndint
- ret
+ NACLRET
END (__rintf)
weak_alias (__rintf, rintf)
« no previous file with comments | « sysdeps/i386/fpu/s_rint.S ('k') | sysdeps/i386/fpu/s_scalbn.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698