mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed trailing spaces [ci skip]
This commit is contained in:
parent
95f5fd9a55
commit
04c704c5c9
2 changed files with 4 additions and 4 deletions
|
@ -15,12 +15,12 @@
|
|||
coroutine_transfer:
|
||||
# Save caller state (8 registers + return address)
|
||||
push {r4-r11,lr}
|
||||
|
||||
|
||||
# Save caller stack pointer
|
||||
str sp, [r0]
|
||||
|
||||
|
||||
# Restore callee stack pointer
|
||||
ldr sp, [r1]
|
||||
|
||||
|
||||
# Restore callee state (8 registers program counter)
|
||||
pop {r4-r11,pc}
|
||||
|
|
|
@ -13,7 +13,7 @@ coroutine_transfer:
|
|||
|
||||
# Make space on the stack for caller registers
|
||||
sub sp, sp, 0xb0
|
||||
|
||||
|
||||
# Save caller registers
|
||||
stp d8, d9, [sp, 0x00]
|
||||
stp d10, d11, [sp, 0x10]
|
||||
|
|
Loading…
Reference in a new issue