1
0
Fork 0
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:
Nobuyoshi Nakada 2020-07-05 17:12:20 +09:00
parent 95f5fd9a55
commit 04c704c5c9
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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]