mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
tcg: Drop TCGContext.page_{mask,bits}
Use exec/target_page.h instead of independent variables. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
9cfcf8c3b7
commit
11efde54f2
14 changed files with 31 additions and 36 deletions
|
@ -365,9 +365,6 @@ struct TCGContext {
|
|||
int nb_indirects;
|
||||
int nb_ops;
|
||||
TCGType addr_type; /* TCG_TYPE_I32 or TCG_TYPE_I64 */
|
||||
|
||||
int page_mask;
|
||||
uint8_t page_bits;
|
||||
TCGBar guest_mo;
|
||||
|
||||
TCGRegSet reserved_regs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue