Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
42532b69c48b3e64a56fc088630da0c55e709200
/
.
/
lib
/
semihosting
/
aarch32
/
semihosting_call.S
blob: 42d4718e1ff082c307c6ef3eb35c7a88121ff8ef [
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