diff options
Diffstat (limited to 'target-xtensa')
-rw-r--r-- | target-xtensa/helper.h (renamed from target-xtensa/helpers.h) | 0 | ||||
-rw-r--r-- | target-xtensa/op_helper.c | 2 | ||||
-rw-r--r-- | target-xtensa/translate.c | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/target-xtensa/helpers.h b/target-xtensa/helper.h index 48a741e46d..48a741e46d 100644 --- a/target-xtensa/helpers.h +++ b/target-xtensa/helper.h diff --git a/target-xtensa/op_helper.c b/target-xtensa/op_helper.c index cdef0db52e..806384f310 100644 --- a/target-xtensa/op_helper.c +++ b/target-xtensa/op_helper.c @@ -27,7 +27,7 @@ #include "cpu.h" #include "dyngen-exec.h" -#include "helpers.h" +#include "helper.h" #include "host-utils.h" static void do_unaligned_access(target_ulong addr, int is_write, int is_user, diff --git a/target-xtensa/translate.c b/target-xtensa/translate.c index e0ff72b3f8..492dbccd53 100644 --- a/target-xtensa/translate.c +++ b/target-xtensa/translate.c @@ -37,9 +37,9 @@ #include "qemu-log.h" #include "sysemu.h" -#include "helpers.h" +#include "helper.h" #define GEN_HELPER 1 -#include "helpers.h" +#include "helper.h" typedef struct DisasContext { const XtensaConfig *config; @@ -183,7 +183,7 @@ void xtensa_translate_init(void) } } #define GEN_HELPER 2 -#include "helpers.h" +#include "helper.h" } static inline bool option_bits_enabled(DisasContext *dc, uint64_t opt) |