Commit 3208afbe authored by Lluís Vilanova's avatar Lluís Vilanova Committed by Alexander Graf
Browse files

Move helpers.h to helper.h



Provides a file naming scheme consistent with other targets.

Signed-off-by: default avatarLluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 1edb4934
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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 {