]> Git Repo - qemu.git/commit
tci: do not include exec/exec-all.h
authorPaolo Bonzini <[email protected]>
Fri, 20 May 2016 11:57:31 +0000 (13:57 +0200)
committerPeter Maydell <[email protected]>
Fri, 20 May 2016 14:07:46 +0000 (15:07 +0100)
commit65603e2fc18b48e6e55a3dd693669413141694ec
tree90988d99c2a9e28793183afa69fc349c9911d00a
parent22b31af26ff31ef97a9d482fb5e336d699ae33f3
tci: do not include exec/exec-all.h

TCI does not need the runtime definition in exec-all.h.  It only needs the
host-side definitions in tcg/tcg.h.  Now that cpu.h is not included
everywhere, this caused a failure because exec-all.h does need cpu.h
but does not include it itself.

Fix by including the intended header.

Signed-off-by: Paolo Bonzini <[email protected]>
Message-id: 1463745452[email protected]
Signed-off-by: Peter Maydell <[email protected]>
disas/tci.c
tci.c
This page took 0.025387 seconds and 4 git commands to generate.