OSDN Git Service

linux-user: Fix loaddr computation for some elf files
[qmiga/qemu.git] / stubs / semihost-all.c
1 /*
2  * Semihosting Stubs for all targets
3  *
4  * Copyright (c) 2023 Linaro Ltd
5  *
6  * Stubs for all targets that don't actually do semihosting.
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10
11 #include "qemu/osdep.h"
12 #include "semihosting/semihost.h"
13
14 SemihostingTarget semihosting_get_target(void)
15 {
16     return SEMIHOSTING_TARGET_AUTO;
17 }