summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu-all.h b/cpu-all.h
index 303fab0c1b..d395c0038b 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -742,4 +742,7 @@ static inline void cpu_physical_memory_set_dirty(target_ulong addr)
void cpu_physical_memory_reset_dirty(target_ulong start, target_ulong end);
+void dump_exec_info(FILE *f,
+ int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
+
#endif /* CPU_ALL_H */