TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
4c700c1563aff7b51df95f17e952e050b9b4e37f
/
.
/
lib
/
semihosting
/
aarch64
/
semihosting_call.S
blob: 6f60f3eb172ff59fdec10b9e282f25edae590a23 [
file
] [
log
] [
blame
]
/*
*
Copyright
(
c
)
2013-2014
,
Arm Limited and Contributors. All rights reserved.
*
*
SPDX
-
License
-
Identifier
:
BSD
-3
-
Clause
*/
#include <asm_macros.S>
.globl semihosting_call
func semihosting_call
hlt
#0xf000
ret
endfunc semihosting_call