mirror of
https://github.com/qemu/qemu.git
synced 2025-01-19 12:03:51 +08:00
target-xtensa: Move helpers.h to helper.h
Provides a file naming scheme consistent with other targets. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
7672725d41
commit
16c1deae21
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "dyngen-exec.h"
|
#include "dyngen-exec.h"
|
||||||
#include "helpers.h"
|
#include "helper.h"
|
||||||
#include "host-utils.h"
|
#include "host-utils.h"
|
||||||
|
|
||||||
static void do_unaligned_access(target_ulong addr, int is_write, int is_user,
|
static void do_unaligned_access(target_ulong addr, int is_write, int is_user,
|
||||||
|
@ -37,9 +37,9 @@
|
|||||||
#include "qemu-log.h"
|
#include "qemu-log.h"
|
||||||
#include "sysemu.h"
|
#include "sysemu.h"
|
||||||
|
|
||||||
#include "helpers.h"
|
#include "helper.h"
|
||||||
#define GEN_HELPER 1
|
#define GEN_HELPER 1
|
||||||
#include "helpers.h"
|
#include "helper.h"
|
||||||
|
|
||||||
typedef struct DisasContext {
|
typedef struct DisasContext {
|
||||||
const XtensaConfig *config;
|
const XtensaConfig *config;
|
||||||
@ -183,7 +183,7 @@ void xtensa_translate_init(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#define GEN_HELPER 2
|
#define GEN_HELPER 2
|
||||||
#include "helpers.h"
|
#include "helper.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool option_bits_enabled(DisasContext *dc, uint64_t opt)
|
static inline bool option_bits_enabled(DisasContext *dc, uint64_t opt)
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "dyngen-exec.h"
|
#include "dyngen-exec.h"
|
||||||
#include "helpers.h"
|
#include "helper.h"
|
||||||
#include "qemu-log.h"
|
#include "qemu-log.h"
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user