target/mips: introduce MTTCG-enabled builds

Introduce MTTCG-enabled QEMU builds for mips32, mipsn32, and mips64.

Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Aleksandar Markovic 2019-02-11 17:09:29 +01:00
parent f5117fd285
commit 0454728c22
2 changed files with 5 additions and 0 deletions

View file

@ -11,6 +11,8 @@
#include "exec/cpu-defs.h"
#include "fpu/softfloat.h"
#define TCG_GUEST_DEFAULT_MO (0)
struct CPUMIPSState;
typedef struct CPUMIPSTLBContext CPUMIPSTLBContext;