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

Unified Diff: runtime/szrt_asm_arm32.s

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 | « runtime/szrt.c ('k') | src/IceAssembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/szrt_asm_arm32.s
diff --git a/runtime/szrt_asm_arm32.s b/runtime/szrt_asm_arm32.s
index 1d01909530705ad72e603c4a9198eca186908b74..54cb380a73b6e3eb96008e5bceb2586822a7aaf8 100644
--- a/runtime/szrt_asm_arm32.s
+++ b/runtime/szrt_asm_arm32.s
@@ -14,3 +14,6 @@
.text
.p2alignl 4,0xE7FEDEF0
+ .globl __nacl_read_tp
+__nacl_read_tp:
+ b __aeabi_read_tp
« no previous file with comments | « runtime/szrt.c ('k') | src/IceAssembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698