Fixed the timeout parameter in svcArbitrateAddress

the r4 and r5 registers were switched
This commit is contained in:
Sebastian Valle 2015-12-27 18:23:26 -05:00
parent 20e542c2c8
commit 85223098c6

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}