diff options
Diffstat (limited to 'target/riscv/zce_helper.c')
-rw-r--r-- | target/riscv/zce_helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/riscv/zce_helper.c b/target/riscv/zce_helper.c index b433bda..55221f5 100644 --- a/target/riscv/zce_helper.c +++ b/target/riscv/zce_helper.c @@ -18,9 +18,8 @@ #include "qemu/osdep.h" #include "cpu.h" -#include "exec/exec-all.h" #include "exec/helper-proto.h" -#include "exec/cpu_ldst.h" +#include "accel/tcg/cpu-ldst.h" target_ulong HELPER(cm_jalt)(CPURISCVState *env, uint32_t index) { |