diff options
author | Aleksandar Markovic <amarkovic@wavecomp.com> | 2019-02-11 17:09:29 +0100 |
---|---|---|
committer | Aleksandar Markovic <amarkovic@wavecomp.com> | 2019-02-14 17:47:28 +0100 |
commit | 0454728c2283097cfa3e4e26d459725fa2c67f10 (patch) | |
tree | 87eeb2f2c0497e705391fd4c2c0f39b95175ae1c /target/mips | |
parent | f5117fd28552fe3fe32ef0495582b1caaef7a28d (diff) |
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>
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/mips/cpu.h b/target/mips/cpu.h index eccee375cb..a10eeb0de3 100644 --- a/target/mips/cpu.h +++ b/target/mips/cpu.h @@ -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; |