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-alpha | |
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-alpha')
-rw-r--r-- | target-alpha/translate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-alpha/translate.c b/target-alpha/translate.c index cc81e774df..76658a074a 100644 --- a/target-alpha/translate.c +++ b/target-alpha/translate.c @@ -26,6 +26,9 @@ #include "exec/helper-proto.h" #include "exec/helper-gen.h" +#include "trace-tcg.h" + + #undef ALPHA_DEBUG_DISAS #define CONFIG_SOFTFLOAT_INLINE |