1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Patch assembly so that it aligns properly

This commit is contained in:
Paul Jordan 2020-04-01 02:15:20 +01:00 committed by Samuel Williams
parent 519a69b55c
commit 0091fac1d8
Notes: git 2020-04-01 11:49:36 +09:00

View file

@ -5,9 +5,13 @@
## Copyright, 2018, by Samuel Williams.
##
.file "Context.S"
.text
.globl coroutine_transfer
.align 2
.type coroutine_transfer,%function
.syntax unified
coroutine_transfer:
# Save caller state (8 registers + return address)
push {r4-r11,lr}