mirror of https://github.com/xemu-project/xemu.git
target/loongarch/cpu: Restrict "memory.h" header to sysemu
Missed in0093b9a5ee
("target/loongarch: Adjust functions and structure to support user-mode") while cleaning commitf84a2aacf5
("target/loongarch: Add LoongArch IOCSR instruction"). Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221217172907.8364-4-philmd@linaro.org>
This commit is contained in:
parent
4e92e31294
commit
8f15d6179a
|
@ -12,7 +12,9 @@
|
|||
#include "fpu/softfloat-types.h"
|
||||
#include "hw/registerfields.h"
|
||||
#include "qemu/timer.h"
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include "exec/memory.h"
|
||||
#endif
|
||||
#include "cpu-csr.h"
|
||||
|
||||
#define IOCSRF_TEMP 0
|
||||
|
|
Loading…
Reference in New Issue