diff options
Diffstat (limited to 'translate-common.c')
-rw-r--r-- | translate-common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/translate-common.c b/translate-common.c index 681e2bf8d5..619feb466e 100644 --- a/translate-common.c +++ b/translate-common.c @@ -20,6 +20,9 @@ #include "qemu-common.h" #include "qom/cpu.h" +uintptr_t qemu_real_host_page_size; +uintptr_t qemu_real_host_page_mask; + #ifndef CONFIG_USER_ONLY /* mask must never be zero, except for A20 change call */ static void tcg_handle_interrupt(CPUState *cpu, int mask) |