From ca10f86763f58b7b3667e2ca7d26db3dc810eb20 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Fri, 11 Apr 2008 21:35:42 +0000 Subject: Remove osdep.c/qemu-img code duplication (Kevin Wolf) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4191 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/helper.c | 1 + target-ppc/translate.c | 1 + 2 files changed, 2 insertions(+) (limited to 'target-ppc') diff --git a/target-ppc/helper.c b/target-ppc/helper.c index a808454a20..2a52dc69a2 100644 --- a/target-ppc/helper.c +++ b/target-ppc/helper.c @@ -28,6 +28,7 @@ #include "cpu.h" #include "exec-all.h" #include "helper_regs.h" +#include "qemu-common.h" //#define DEBUG_MMU //#define DEBUG_BATS diff --git a/target-ppc/translate.c b/target-ppc/translate.c index c9530eb17e..7c47dee6e7 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -27,6 +27,7 @@ #include "exec-all.h" #include "disas.h" #include "tcg-op.h" +#include "qemu-common.h" /* Include definitions for instructions classes and implementations flags */ //#define DO_SINGLE_STEP -- cgit v1.2.3