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:
parent
519a69b55c
commit
0091fac1d8
Notes:
git
2020-04-01 11:49:36 +09:00
1 changed files with 5 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue