]> git.proxmox.com Git - qemu.git/blobdiff - target-m68k/cpu.h
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
[qemu.git] / target-m68k / cpu.h
index 68a7e41bc950437270a0af8260b11b825ce190c8..b2f37ec33dee76554058fbddcded4b56a0d7bf94 100644 (file)
@@ -210,6 +210,9 @@ void register_m68k_insns (CPUM68KState *env);
 #define TARGET_PAGE_BITS 10
 #endif
 
+#define TARGET_PHYS_ADDR_SPACE_BITS 32
+#define TARGET_VIRT_ADDR_SPACE_BITS 32
+
 #define cpu_init cpu_m68k_init
 #define cpu_exec cpu_m68k_exec
 #define cpu_gen_code cpu_m68k_gen_code