Fix indentation in svc.s

This commit is contained in:
Michael Scire 2018-04-21 23:54:56 -06:00
parent d3fda20173
commit cb668941c3

View File

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