Skip to content

Commit

Permalink
trace: [tcg] Include TCG-tracing helpers
Browse files Browse the repository at this point in the history
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
  • Loading branch information
Lluís Vilanova authored and stefanhaRH committed Aug 12, 2014
1 parent f465422 commit 76b53aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/exec/helper-gen.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) \
}

#include "helper.h"
#include "trace/generated-helpers.h"
#include "trace/generated-helpers-wrappers.h"
#include "tcg-runtime.h"

#undef DEF_HELPER_FLAGS_0
Expand Down
1 change: 1 addition & 0 deletions include/exec/helper-proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \
dh_ctype(t4), dh_ctype(t5));

#include "helper.h"
#include "trace/generated-helpers.h"
#include "tcg-runtime.h"

#undef DEF_HELPER_FLAGS_0
Expand Down
1 change: 1 addition & 0 deletions include/exec/helper-tcg.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
| dh_sizemask(t5, 5) },

#include "helper.h"
#include "trace/generated-helpers.h"
#include "tcg-runtime.h"

#undef DEF_HELPER_FLAGS_0
Expand Down

0 comments on commit 76b53aa

Please sign in to comment.