Merge pull request #233 from Subv/patch-1

Fixed the timeout parameter in svcArbitrateAddress
This commit is contained in:
fincs 2015-12-28 00:45:52 +01:00
commit aca183a47b

View File

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