summaryrefslogtreecommitdiff
path: root/sim/ppc/sim_callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/sim_callbacks.h')
-rw-r--r--sim/ppc/sim_callbacks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ppc/sim_callbacks.h b/sim/ppc/sim_callbacks.h
index 322af9de8a1..9fb815b4682 100644
--- a/sim/ppc/sim_callbacks.h
+++ b/sim/ppc/sim_callbacks.h
@@ -103,6 +103,10 @@ void sim_io_flush_stdoutput
(void);
+/* Simulator instance. */
+extern psim *simulator;
+
+
/* Memory management with an allocator that clears memory before use. */
void *zalloc