aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/arm64/Context.S
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/arm64/Context.S')
-rw-r--r--coroutine/arm64/Context.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/arm64/Context.S b/coroutine/arm64/Context.S
index 7d282626ab..701ae21eec 100644
--- a/coroutine/arm64/Context.S
+++ b/coroutine/arm64/Context.S
@@ -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]