]> git.proxmox.com Git - qemu.git/blobdiff - target-s390x/helper.c
Merge remote branch 'mst/for_anthony' into staging
[qemu.git] / target-s390x / helper.c
index ba0c0521d302351b160b4a12d59207ec4dd7b94b..4a5297be181ef9bf193327f2088844112edb0e6a 100644 (file)
@@ -58,6 +58,11 @@ void cpu_reset(CPUS390XState *env)
     tlb_flush(env, 1);
 }
 
+target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
+{
+    return 0;
+}
+
 #ifndef CONFIG_USER_ONLY
 
 int cpu_s390x_handle_mmu_fault (CPUState *env, target_ulong address, int rw,