mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally
By directly using TCGCPUOps::guest_default_memory_order, we don't need the TCG_GUEST_DEFAULT_MO definition anymore. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Anton Johansson <anjo@rev.ng> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
0eca13c29a
commit
8201f1a29c
40 changed files with 66 additions and 101 deletions
|
@ -7479,7 +7479,7 @@ static const struct SysemuCPUOps ppc_sysemu_ops = {
|
|||
#include "accel/tcg/cpu-ops.h"
|
||||
|
||||
static const TCGCPUOps ppc_tcg_ops = {
|
||||
.guest_default_memory_order = TCG_GUEST_DEFAULT_MO,
|
||||
.guest_default_memory_order = 0,
|
||||
.initialize = ppc_translate_init,
|
||||
.translate_code = ppc_translate_code,
|
||||
.restore_state_to_opc = ppc_restore_state_to_opc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue