summaryrefslogtreecommitdiffstats
path: root/lib/semihosting/aarch64/semihosting_call.S
blob: 6f60f3eb172ff59fdec10b9e282f25edae590a23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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