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

Unified Diff: runtime/szrt.c

Issue 1665263003: Subzero. ARM32. Nonsfi. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 4 years, 10 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 | « pydir/crosstest_generator.py ('k') | runtime/szrt_asm_arm32.s » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/szrt.c
diff --git a/runtime/szrt.c b/runtime/szrt.c
index ec6b8cdaba1d2648ae6297de7a74776ddeb19a70..7ac50304bf95fa905e8b649a8dec75716a656bd5 100644
--- a/runtime/szrt.c
+++ b/runtime/szrt.c
@@ -63,3 +63,4 @@ double __Sz_sitofp_i64_f64(int64_t Value) { return (double)Value; }
// memset - call @llvm.memset.p0i8.i32
// unsandboxed_irt:
// __nacl_read_tp
+// __aeabi_read_tp [arm32 only]
« no previous file with comments | « pydir/crosstest_generator.py ('k') | runtime/szrt_asm_arm32.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698