Fix the implementation of svcGetProcessList

svcGetProcessList takes only one scalar output parameter, not two.
This commit is contained in:
TuxSH 2016-12-22 23:41:18 +01:00
parent 066a9cc6fd
commit c23ed61457

View File

@ -421,13 +421,10 @@ SVC_BEGIN svcContinueDebugEvent
bx lr
SVC_BEGIN svcGetProcessList
push {r0, r1}
str r0, [sp, #-0x4]!
svc 0x65
ldr r3, [sp, #0]
ldr r3, [sp], #4
str r1, [r3]
ldr r3, [sp, #4]
str r2, [r3]
add sp, sp, #8
bx lr
SVC_BEGIN svcGetDebugThreadContext