commit | 5d4e1a1081d3f1ec2908ff0eaebe312389971ab4 | [log] [tgz] |
---|---|---|
author | Lluís Vilanova <vilanova@ac.upc.edu> | Thu Feb 25 17:43:21 2016 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Tue Mar 01 13:27:09 2016 +0000 |
tree | ddbcc3a0d008a5ad52ac429314dbb869f4ed68c5 | |
parent | 1bcea73e13b2b059d0cb3301aeaca43e5656ef57 [diff] |
tcg: Move definition of type TCGv The target-dependant type TCGv must be defined in "tcg/tcg.h" before including the tracing helper wrappers in "tcg/tcg-op.h". It also makes more sense to define it here, where other TCG types are defined too. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Message-id: 145641860129.30295.17554707227384022653.stgit@localhost Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>