Merge pull request #233 from Subv/patch-1
Fixed the timeout parameter in svcArbitrateAddress
This commit is contained in:
commit
aca183a47b
@ -174,8 +174,8 @@ SVC_BEGIN svcCreateAddressArbiter
|
|||||||
SVC_BEGIN svcArbitrateAddress
|
SVC_BEGIN svcArbitrateAddress
|
||||||
push {r4, r5}
|
push {r4, r5}
|
||||||
add sp, #8
|
add sp, #8
|
||||||
ldr r5, [sp]
|
ldr r4, [sp]
|
||||||
ldr r4, [sp, #4]
|
ldr r5, [sp, #4]
|
||||||
sub sp, #8
|
sub sp, #8
|
||||||
svc 0x22
|
svc 0x22
|
||||||
pop {r4, r5}
|
pop {r4, r5}
|
||||||
|
Loading…
Reference in New Issue
Block a user