Sign in
android-kvm
/
trusted-firmware-a
/
52b8f4465e48165695440e730039b2a99517b4b7
/
.
/
lib
/
semihosting
/
aarch32
/
semihosting_call.S
blob: aced3d12ae427ddfc9ee1f5fefb9658859ac3b28 [
file
] [
log
] [
blame
]
/*
*
Copyright
(
c
)
2016
,
ARM Limited and Contributors. All rights reserved.
*
*
SPDX
-
License
-
Identifier
:
BSD
-3
-
Clause
*/
#include <asm_macros.S>
.globl semihosting_call
func semihosting_call
svc
#0x123456
bx lr
endfunc semihosting_call