commit | a7e30d84ce8109b50ee73633f72802918836b19f | [log] [tgz] |
---|---|---|
author | Lluís Vilanova <vilanova@ac.upc.edu> | Fri May 30 14:12:25 2014 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Tue Aug 12 14:26:12 2014 +0100 |
tree | 585dcafdfa85baade7c851288d15d76e9e7d221e | |
parent | 85d8bf2f36ae28b8d4b04f473886ce7f725a8b21 [diff] [blame] |
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>
diff --git a/target-sh4/translate.c b/target-sh4/translate.c index 8126818..3088edc 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c
@@ -28,6 +28,9 @@ #include "exec/helper-proto.h" #include "exec/helper-gen.h" +#include "trace-tcg.h" + + typedef struct DisasContext { struct TranslationBlock *tb; target_ulong pc;