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

Unified Diff: sysdeps/i386/fpu/s_llrint.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_ilogbl.S ('k') | sysdeps/i386/fpu/s_llrintf.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/i386/fpu/s_llrint.S
diff --git a/sysdeps/i386/fpu/s_llrint.S b/sysdeps/i386/fpu/s_llrint.S
index 23bbec60243072c0bafd522185f611df5630dfdf..039fae3b41f654eddce86162c6dc31c813d6e192 100644
--- a/sysdeps/i386/fpu/s_llrint.S
+++ b/sysdeps/i386/fpu/s_llrint.S
@@ -32,6 +32,6 @@ ENTRY(__llrint)
cfi_adjust_cfa_offset (-4)
popl %edx
cfi_adjust_cfa_offset (-4)
- ret
+ NACLRET
END(__llrint)
weak_alias (__llrint, llrint)
« no previous file with comments | « sysdeps/i386/fpu/s_ilogbl.S ('k') | sysdeps/i386/fpu/s_llrintf.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698