semihosting_call.S 247 Bytes
Newer Older
1
/*
2
 * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
3
 *
dp-arm's avatar
dp-arm committed
4
 * SPDX-License-Identifier: BSD-3-Clause
5
6
 */

7
#include <asm_macros.S>
8

9
	.globl	semihosting_call
10

11
func semihosting_call
12
13
	hlt	#0xf000
	ret
14
endfunc semihosting_call