xref: /aosp_15_r20/external/arm-trusted-firmware/lib/semihosting/aarch64/semihosting_call.S (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1/*
2 * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <asm_macros.S>
8
9	.globl	semihosting_call
10
11func semihosting_call
12	hlt	#0xf000
13	ret
14endfunc semihosting_call
15