]> Git Repo - qemu.git/blobdiff - target-arm/translate-a64.c
tcg: Invert the inclusion of helper.h
[qemu.git] / target-arm / translate-a64.c
index ec6a39d1d60ed3fc9c6e52e2d5e479707719ac85..9f964dfd5de5860e23ba66ba3560b44bf9b67ab1 100644 (file)
@@ -31,9 +31,8 @@
 
 #include "exec/gen-icount.h"
 
-#include "helper.h"
-#define GEN_HELPER 1
-#include "helper.h"
+#include "exec/helper-proto.h"
+#include "exec/helper-gen.h"
 
 static TCGv_i64 cpu_X[32];
 static TCGv_i64 cpu_pc;
This page took 0.023216 seconds and 4 git commands to generate.