diff options
author | Lluís Vilanova <vilanova@ac.upc.edu> | 2014-05-30 14:12:25 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-08-12 14:26:12 +0100 |
commit | a7e30d84ce8109b50ee73633f72802918836b19f (patch) | |
tree | 585dcafdfa85baade7c851288d15d76e9e7d221e /target-ppc | |
parent | 85d8bf2f36ae28b8d4b04f473886ce7f725a8b21 (diff) | |
download | qemu-a7e30d84ce8109b50ee73633f72802918836b19f.zip |
trace: [tcg] Include TCG-tracing header on all targets
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/translate.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |