mirror of https://github.com/xemu-project/xemu.git
accel/tcg/tb-hash: Include exec/cpu_ldst.h
This commit is contained in:
parent
3b2f4533c5
commit
9a8ee63e71
|
@ -21,6 +21,7 @@
|
||||||
#define EXEC_TB_HASH_H
|
#define EXEC_TB_HASH_H
|
||||||
|
|
||||||
#include "exec/cpu-defs.h"
|
#include "exec/cpu-defs.h"
|
||||||
|
#include "exec/cpu_ldst.h"
|
||||||
#include "exec/exec-all.h"
|
#include "exec/exec-all.h"
|
||||||
#include "qemu/xxhash.h"
|
#include "qemu/xxhash.h"
|
||||||
#include "qemu/fast-hash.h"
|
#include "qemu/fast-hash.h"
|
||||||
|
|
Loading…
Reference in New Issue