mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 05:20:50 +00:00
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: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
1edb493490
commit
3208afbe04
@ -21,7 +21,7 @@
|
||||
#include "cpu.h"
|
||||
#include "dyngen-exec.h"
|
||||
#include "host-utils.h"
|
||||
#include "helpers.h"
|
||||
#include "helper.h"
|
||||
#include <string.h>
|
||||
#include "kvm.h"
|
||||
#include "qemu-timer.h"
|
||||
|
@ -38,9 +38,9 @@
|
||||
static TCGv_ptr cpu_env;
|
||||
|
||||
#include "gen-icount.h"
|
||||
#include "helpers.h"
|
||||
#include "helper.h"
|
||||
#define GEN_HELPER 1
|
||||
#include "helpers.h"
|
||||
#include "helper.h"
|
||||
|
||||
typedef struct DisasContext DisasContext;
|
||||
struct DisasContext {
|
||||
|
Loading…
Reference in New Issue
Block a user