summaryrefslogtreecommitdiff
path: root/sim/d30v/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/d30v/cpu.h')
-rw-r--r--sim/d30v/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/d30v/cpu.h b/sim/d30v/cpu.h
index d24a4acf7ad..f848b61962f 100644
--- a/sim/d30v/cpu.h
+++ b/sim/d30v/cpu.h
@@ -240,4 +240,10 @@ extern int d30v_write_mem
const char *buf,
int bytes);
+/* Process all of the queued up writes in order now */
+void unqueue_writes
+(SIM_DESC sd,
+ sim_cpu *cpu,
+ address_word cia);
+
#endif /* _CPU_H_ */