diff options
| author | Richard Henderson | 2013-08-27 22:13:44 +0200 |
|---|---|---|
| committer | Richard Henderson | 2013-09-02 18:08:30 +0200 |
| commit | e58eb534133f8ccaa957a33a06ccdb9129f2c842 (patch) | |
| tree | 884b4d81478eae4d0e3d3be75d9a376b07a9c4d8 /tcg/arm | |
| parent | target: Include softmmu_exec.h where forgotten (diff) | |
| download | qemu-e58eb534133f8ccaa957a33a06ccdb9129f2c842.tar.gz qemu-e58eb534133f8ccaa957a33a06ccdb9129f2c842.tar.xz qemu-e58eb534133f8ccaa957a33a06ccdb9129f2c842.zip | |
exec: Split softmmu_defs.h
The _cmmu helpers can be moved to exec-all.h. The helpers that are
used from TCG will shortly need access to tcg_target_long so move
their declarations into tcg.h.
This requires minor include adjustments to all TCG backends.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/arm')
| -rw-r--r-- | tcg/arm/tcg-target.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c index 5d2db3648b..eb0e84ce44 100644 --- a/tcg/arm/tcg-target.c +++ b/tcg/arm/tcg-target.c @@ -1058,8 +1058,6 @@ static inline void tcg_out_goto_label(TCGContext *s, int cond, int label_index) #ifdef CONFIG_SOFTMMU -#include "exec/softmmu_defs.h" - /* helper signature: helper_ld_mmu(CPUState *env, target_ulong addr, int mmu_idx) */ static const void * const qemu_ld_helpers[4] = { |
