Commit ce068664 authored by vegorov@chromium.org's avatar vegorov@chromium.org

Ensure correct alignment of the pushAllArgumentsARM stub.

BUG=
NOTRY=true

Review URL: https://codereview.chromium.org/222213002

git-svn-id: svn://svn.chromium.org/blink/trunk@170656 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent acd621ac
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment