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

Unified Diff: runtime/szrt_asm_x8632.s

Issue 1409863006: Subzero. ARM32. Refactors atomic intrinsics lowering. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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
Index: runtime/szrt_asm_x8632.s
diff --git a/runtime/szrt_asm_x8632.s b/runtime/szrt_asm_x8632.s
index 518acef35614f78b1ffa1fdd7f780d79ebdccd32..d2387cd989d83c212f3805f3dff74638ca156d56 100644
--- a/runtime/szrt_asm_x8632.s
+++ b/runtime/szrt_asm_x8632.s
@@ -15,6 +15,7 @@
.text
.p2align 5,0xf4
+ .ifdef NONSFI
.globl __Sz_getIP_eax
__Sz_getIP_eax:
movl (%esp), %eax
@@ -49,3 +50,4 @@ __Sz_getIP_esi:
__Sz_getIP_edi:
movl (%esp), %edi
ret
+ .endif # NONSFI
« no previous file with comments | « runtime/szrt_asm_arm32.s ('k') | src/IceRegAlloc.cpp » ('j') | src/IceTargetLoweringARM32.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698