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