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

Unified Diff: fusl/src/thread/arm/atomics.s

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space 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 | « fusl/src/stdio/fwrite.c ('k') | fusl/src/thread/mips/syscall_cp.s » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/thread/arm/atomics.s
diff --git a/fusl/src/thread/arm/atomics.s b/fusl/src/thread/arm/atomics.s
index 5c5b0e3ed481ee6f78a97509bb7892acac27b1e6..673fc03b811a3bd2abd512792e1046dc19a1ffe6 100644
--- a/fusl/src/thread/arm/atomics.s
+++ b/fusl/src/thread/arm/atomics.s
@@ -95,6 +95,8 @@ __a_gettp_dummy:
bx lr
.data
+.align 2
+
.global __a_barrier_ptr
.hidden __a_barrier_ptr
__a_barrier_ptr:
« no previous file with comments | « fusl/src/stdio/fwrite.c ('k') | fusl/src/thread/mips/syscall_cp.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698