diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-03-31 22:56:55 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-06-05 12:04:29 -0700 |
commit | 28ea568a039f7c8c8df168800602725062f6dd5c (patch) | |
tree | 65a8fe82f348141eb91a2a1bfa6dc571b7a0b654 /include/tcg/tcg.h | |
parent | 747bd69d0f6d278923c50a3be6dd9b85e5dfd603 (diff) | |
download | qemu-28ea568a039f7c8c8df168800602725062f6dd5c.zip qemu-28ea568a039f7c8c8df168800602725062f6dd5c.tar.gz qemu-28ea568a039f7c8c8df168800602725062f6dd5c.tar.bz2 |
tcg: Add guest_mo to TCGContext
This replaces of TCG_GUEST_DEFAULT_MO in tcg-op-ldst.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/tcg/tcg.h')
-rw-r--r-- | include/tcg/tcg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tcg/tcg.h b/include/tcg/tcg.h index 813c733..9f607e2 100644 --- a/include/tcg/tcg.h +++ b/include/tcg/tcg.h @@ -521,6 +521,7 @@ struct TCGContext { uint8_t tlb_dyn_max_bits; #endif uint8_t insn_start_words; + TCGBar guest_mo; TCGRegSet reserved_regs; intptr_t current_frame_offset; |