aboutsummaryrefslogtreecommitdiff
path: root/lib/semihosting/aarch64/semihosting_call.S
blob: 97d2bcab6c8345a4040f64bc4c420b880473f355 (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