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