]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-m68k/helper.c
exec: move include files to include/exec/
[mirror_qemu.git] / target-m68k / helper.c
index eac0053c5de7fec5a898bdb387ec9c3f41dcade1..a9a277865f963c718ee5ef54cc6240af6e29d6f3 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include "cpu.h"
-#include "gdbstub.h"
+#include "exec/gdbstub.h"
 
 #include "helpers.h"
 
@@ -289,7 +289,7 @@ int cpu_m68k_handle_mmu_fault (CPUM68KState *env, target_ulong address, int rw,
 /* MMU */
 
 /* TODO: This will need fixing once the MMU is implemented.  */
-target_phys_addr_t cpu_get_phys_page_debug(CPUM68KState *env, target_ulong addr)
+hwaddr cpu_get_phys_page_debug(CPUM68KState *env, target_ulong addr)
 {
     return addr;
 }