blob: 42d4718e1ff082c307c6ef3eb35c7a88121ff8ef [file] [log] [blame]
/*
* 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