]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/exec/cpu-all.h
cpu-timers, icount: new modules
[mirror_qemu.git] / include / exec / cpu-all.h
index f6439c47055d5e6aead8c2fbe9020c0bc354cc5a..61e13b50382984a36d69a917cbbefc26465a0b5b 100644 (file)
@@ -407,8 +407,12 @@ static inline bool tlb_hit(target_ulong tlb_addr, target_ulong addr)
     return tlb_hit_page(tlb_addr, addr & TARGET_PAGE_MASK);
 }
 
+#ifdef CONFIG_TCG
+void dump_drift_info(void);
 void dump_exec_info(void);
 void dump_opcount_info(void);
+#endif /* CONFIG_TCG */
+
 #endif /* !CONFIG_USER_ONLY */
 
 /* Returns: 0 on success, -1 on error */