diff options
| author | Lluís Vilanova | 2014-05-30 14:12:25 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2014-08-12 15:26:12 +0200 |
| commit | a7e30d84ce8109b50ee73633f72802918836b19f (patch) | |
| tree | 585dcafdfa85baade7c851288d15d76e9e7d221e /target-mips | |
| parent | trace: [tcg] Include event definitions in "trace.h" (diff) | |
| download | qemu-a7e30d84ce8109b50ee73633f72802918836b19f.tar.gz qemu-a7e30d84ce8109b50ee73633f72802918836b19f.tar.xz 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-mips')
| -rw-r--r-- | target-mips/translate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c index c381366506..06db150325 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -30,6 +30,9 @@ #include "exec/helper-gen.h" #include "sysemu/kvm.h" +#include "trace-tcg.h" + + #define MIPS_DEBUG_DISAS 0 //#define MIPS_DEBUG_SIGN_EXTENSIONS |
