mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
target: Include softmmu_exec.h where forgotten
Several targets forgot to include softmmu_exec.h, which would break them with a header cleanup to follow. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
701e3a5cc0
commit
b1669e5e32
5 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
#include "hw/lm32/lm32_pic.h"
|
||||
#include "hw/char/lm32_juart.h"
|
||||
|
||||
#include "exec/softmmu_exec.h"
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#define MMUSUFFIX _mmu
|
||||
#define SHIFT 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue