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

Unified Diff: Source/heap/asm/SaveRegisters_arm.S

Issue 222213002: Ensure correct alignment of the pushAllArgumentsARM stub. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/asm/SaveRegisters_arm.S
diff --git a/Source/heap/asm/SaveRegisters_arm.S b/Source/heap/asm/SaveRegisters_arm.S
index 0d1251c915cdb6a6a597ea91bdcaa8843f066b5c..4e2f9912c95364c49ae82153d67d96aa111b0323 100644
--- a/Source/heap/asm/SaveRegisters_arm.S
+++ b/Source/heap/asm/SaveRegisters_arm.S
@@ -43,6 +43,7 @@
* the THUMB/ARM interworking that appear in the component build.
* When these issues are resolved this stub can be removed.
*/
+.align 2
.code 16
.thumb_func
pushAllRegisters:
@@ -51,10 +52,13 @@ pushAllRegisters:
.type pushAllRegistersARM, %function
.hidden pushAllRegistersARM
+.align 4
.code 32
pushAllRegistersARM:
#else
/* ARM Mode */
+.align 4
+.code 32
pushAllRegisters:
#endif
/* Push all callee-saved registers and save return address. */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698