summaryrefslogtreecommitdiff
path: root/sim/rx/cpu.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2010-09-23 23:42:53 +0000
committerKevin Buettner <kevinb@redhat.com>2010-09-23 23:42:53 +0000
commitbe380a3ea061110105f734192593b3e5472f3941 (patch)
tree149d4ddf302e28b5c0d34a1126f5f0f50211f044 /sim/rx/cpu.h
parent6607c80d6babc6e7cad8727c48069d11152d9aa7 (diff)
downloadbinutils-gdb-be380a3ea061110105f734192593b3e5472f3941.tar.gz
* cpu.h (reset_decoder): Declare.
* load.c (rx_load): Call `reset_decoder'. * rx.c (reset_decoder): New function.
Diffstat (limited to 'sim/rx/cpu.h')
-rw-r--r--sim/rx/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/rx/cpu.h b/sim/rx/cpu.h
index 37ca7f8cb40..6fc99a9ba8c 100644
--- a/sim/rx/cpu.h
+++ b/sim/rx/cpu.h
@@ -235,6 +235,7 @@ extern unsigned int heaptop;
extern unsigned int heapbottom;
extern int decode_opcode (void);
+extern void reset_decoder (void);
extern void reset_pipeline_stats (void);
extern void halt_pipeline_stats (void);
extern void pipeline_stats (void);