mirror of https://github.com/xemu-project/xemu.git
exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220214183144.27402-5-f4bug@amsat.org>
This commit is contained in:
parent
c593d841f8
commit
f1d4d9fc91
|
@ -64,6 +64,7 @@
|
|||
|
||||
#include "exec/memopidx.h"
|
||||
#include "qemu/int128.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#if defined(CONFIG_USER_ONLY)
|
||||
/* sparc32plus has 64bit long but 32bit space address
|
||||
|
|
Loading…
Reference in New Issue