aboutsummaryrefslogtreecommitdiff
path: root/lib/semihosting/aarch32/semihosting_call.S
blob: aced3d12ae427ddfc9ee1f5fefb9658859ac3b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <asm_macros.S>

	.globl	semihosting_call

func semihosting_call
	svc	#0x123456
	bx	lr
endfunc semihosting_call