summaryrefslogtreecommitdiff
path: root/tcg/mips
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-08-27 13:13:44 -0700
committerRichard Henderson <rth@twiddle.net>2013-09-02 09:08:30 -0700
commite58eb534133f8ccaa957a33a06ccdb9129f2c842 (patch)
tree884b4d81478eae4d0e3d3be75d9a376b07a9c4d8 /tcg/mips
parentb1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5 (diff)
downloadqemu-e58eb534133f8ccaa957a33a06ccdb9129f2c842.tar.gz
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/mips')
-rw-r--r--tcg/mips/tcg-target.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcg/mips/tcg-target.c b/tcg/mips/tcg-target.c
index 6bf7dba82d..3c2b394753 100644
--- a/tcg/mips/tcg-target.c
+++ b/tcg/mips/tcg-target.c
@@ -919,9 +919,6 @@ static void tcg_out_setcond2(TCGContext *s, TCGCond cond, TCGReg ret,
}
#if defined(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] = {