mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
We have a subdirectory for semihosting; move this file out of exec. Rename to emphasize the contents are a replacement for the functions in linux-user/bsd-user uaccess.c. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
29f6db7566
commit
c89a14ad2c
5 changed files with 7 additions and 7 deletions
|
@ -370,7 +370,7 @@ static GuestFD *get_guestfd(int guestfd)
|
|||
#ifndef CONFIG_USER_ONLY
|
||||
static target_ulong syscall_err;
|
||||
|
||||
#include "exec/softmmu-semi.h"
|
||||
#include "semihosting/softmmu-uaccess.h"
|
||||
#endif
|
||||
|
||||
static inline uint32_t set_swi_errno(CPUState *cs, uint32_t code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue