提交 3208afbe 编写于 作者: L Lluís Vilanova 提交者: Alexander Graf

Move helpers.h to helper.h

Provides a file naming scheme consistent with other targets.
Signed-off-by: NLluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: NAlexander Graf <agraf@suse.de>
上级 1edb4934
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册