From 79383c9c082e5d56618968237dad806d0eb615f3 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 30 Aug 2008 09:51:20 +0000 Subject: Fix some warnings that would be generated by gcc -Wredundant-decls git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5115 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-arm/exec.h | 2 -- target-arm/translate.c | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'target-arm') diff --git a/target-arm/exec.h b/target-arm/exec.h index bd4910d..c543cf4 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -61,5 +61,3 @@ static inline int cpu_halted(CPUState *env) { void cpu_loop_exit(void); void raise_exception(int); - -uint32_t helper_neon_mul_p8(uint32_t op1, uint32_t op2); diff --git a/target-arm/translate.c b/target-arm/translate.c index 7ba78d9..8381bcc 100644 --- a/target-arm/translate.c +++ b/target-arm/translate.c @@ -29,6 +29,7 @@ #include "exec-all.h" #include "disas.h" #include "tcg-op.h" +#include "qemu-log.h" #define GEN_HELPER 1 #include "helpers.h" @@ -72,10 +73,6 @@ typedef struct DisasContext { #define DISAS_WFI 4 #define DISAS_SWI 5 -/* XXX: move that elsewhere */ -extern FILE *logfile; -extern int loglevel; - static TCGv cpu_env; /* We reuse the same 64-bit temporaries for efficiency. */ static TCGv cpu_V0, cpu_V1, cpu_M0; -- cgit v1.1