Minor code formatting fix in svc.s
This commit is contained in:
parent
56d3d79eae
commit
4b4b781ec3
@ -286,7 +286,7 @@ svcReleaseSemaphore:
|
||||
.global svcGetThreadId
|
||||
.type svcGetThreadId, %function
|
||||
svcGetThreadId:
|
||||
str r0, [sp,#-0x4]!
|
||||
str r0, [sp, #-0x4]!
|
||||
svc 0x37
|
||||
ldr r3, [sp], #4
|
||||
str r1, [r3]
|
||||
|
Loading…
Reference in New Issue
Block a user