aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/sim-main.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-12 05:56:38 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-12 05:56:38 +0000
commit410230cf6d65003b0595a7ef712b671d1bb77b0d (patch)
treec6ba4f2a0edfd794857fce8061b26e448ef8a182 /sim/v850/sim-main.h
parent944deab68edff4993da304bc2ed56827310b11ca (diff)
downloadfsf-binutils-gdb-410230cf6d65003b0595a7ef712b671d1bb77b0d.zip
fsf-binutils-gdb-410230cf6d65003b0595a7ef712b671d1bb77b0d.tar.gz
fsf-binutils-gdb-410230cf6d65003b0595a7ef712b671d1bb77b0d.tar.bz2
Check reserved bits before executing instructions.
Make v850[eq] the the default simulator. Report illegal instructions. Include v850e instructions in v850eq.
Diffstat (limited to 'sim/v850/sim-main.h')
-rw-r--r--sim/v850/sim-main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/v850/sim-main.h b/sim/v850/sim-main.h
index 66e8995..6cdb338 100644
--- a/sim/v850/sim-main.h
+++ b/sim/v850/sim-main.h
@@ -5,6 +5,7 @@
#include "sim-basics.h"
+#include <signal.h>
typedef address_word sim_cia;