Fix build issues on some environments.

This commit is contained in:
TuxSH
2016-08-29 17:51:03 +02:00
parent 2ffe4a5451
commit 46227e6763
5 changed files with 35 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
.text
.arm
.align 4
.global svcGetCFWInfo
.type svcGetCFWInfo, %function
svcGetCFWInfo:
svc 0x2e
bx lr