Fixed the timeout parameter in svcArbitrateAddress
the r4 and r5 registers were switched
This commit is contained in:
parent
20e542c2c8
commit
85223098c6
@ -174,8 +174,8 @@ SVC_BEGIN svcCreateAddressArbiter
|
||||
SVC_BEGIN svcArbitrateAddress
|
||||
push {r4, r5}
|
||||
add sp, #8
|
||||
ldr r5, [sp]
|
||||
ldr r4, [sp, #4]
|
||||
ldr r4, [sp]
|
||||
ldr r5, [sp, #4]
|
||||
sub sp, #8
|
||||
svc 0x22
|
||||
pop {r4, r5}
|
||||
|
Loading…
Reference in New Issue
Block a user