mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
Fix indentation in svc.s
This commit is contained in:
parent
d3fda20173
commit
cb668941c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user