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-cris | |
parent | 85d8bf2f36ae28b8d4b04f473886ce7f725a8b21 (diff) |
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-cris')
-rw-r--r-- | target-cris/translate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-cris/translate.c b/target-cris/translate.c index ab0e47962b..e37b04e69d 100644 --- a/target-cris/translate.c +++ b/target-cris/translate.c @@ -33,6 +33,9 @@ #include "exec/helper-gen.h" +#include "trace-tcg.h" + + #define DISAS_CRIS 0 #if DISAS_CRIS # define LOG_DIS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) |