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:
Lluís Vilanova 2012-02-13 05:33:45 +00:00 committed by Alexander Graf
parent 1edb493490
commit 3208afbe04
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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 {