mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42: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]!
|
stp x0, x1, [sp, #-16]!
|
||||||
svc 0x70
|
svc 0x70
|
||||||
ldr x3, [sp]
|
ldr x3, [sp]
|
||||||
str w1, [x3]
|
str w1, [x3]
|
||||||
ldr x3, [sp, #8]
|
ldr x3, [sp, #8]
|
||||||
str w2, [x3]
|
str w2, [x3]
|
||||||
add sp, sp, #16
|
add sp, sp, #16
|
||||||
ret
|
ret
|
||||||
SVC_END
|
SVC_END
|
||||||
|
Loading…
Reference in New Issue
Block a user