From a7e30d84ce8109b50ee73633f72802918836b19f Mon Sep 17 00:00:00 2001 From: Lluís Vilanova Date: Fri, 30 May 2014 14:12:25 +0200 Subject: trace: [tcg] Include TCG-tracing header on all targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lluís Vilanova Signed-off-by: Stefan Hajnoczi --- target-ppc/translate.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-ppc/translate.c') diff --git a/target-ppc/translate.c b/target-ppc/translate.c index b23933f7bd..c07bb01a7a 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -27,6 +27,9 @@ #include "exec/helper-proto.h" #include "exec/helper-gen.h" +#include "trace-tcg.h" + + #define CPU_SINGLE_STEP 0x1 #define CPU_BRANCH_STEP 0x2 #define GDBSTUB_SINGLE_STEP 0x4 -- cgit v1.2.3