Fix svcCreateAddressArbiter
This commit is contained in:
parent
350cb955b2
commit
bf4364af0e
@ -177,7 +177,10 @@ svcUnmapMemoryBlock:
|
||||
.global svcCreateAddressArbiter
|
||||
.type svcCreateAddressArbiter, %function
|
||||
svcCreateAddressArbiter:
|
||||
push {r0}
|
||||
svc 0x21
|
||||
pop {r2}
|
||||
str r1, [r2]
|
||||
bx lr
|
||||
|
||||
.global svcArbitrateAddress
|
||||
|
Loading…
Reference in New Issue
Block a user