From cb668941c3c29edc8eb1a970618d08cc2dbaf05c Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 21 Apr 2018 23:54:56 -0600 Subject: [PATCH] Fix indentation in svc.s --- nx/source/kernel/svc.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nx/source/kernel/svc.s b/nx/source/kernel/svc.s index fa5063a0..3622e867 100644 --- a/nx/source/kernel/svc.s +++ b/nx/source/kernel/svc.s @@ -349,9 +349,9 @@ SVC_BEGIN svcCreatePort stp x0, x1, [sp, #-16]! svc 0x70 ldr x3, [sp] - str w1, [x3] - ldr x3, [sp, #8] - str w2, [x3] + str w1, [x3] + ldr x3, [sp, #8] + str w2, [x3] add sp, sp, #16 ret SVC_END