aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/v850/interp.c')
-rw-r--r--sim/v850/interp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/v850/interp.c b/sim/v850/interp.c
index 62a4616..1ca248c 100644
--- a/sim/v850/interp.c
+++ b/sim/v850/interp.c
@@ -277,6 +277,7 @@ sim_open (kind, cb, abfd, argv)
{
case bfd_mach_v850:
case bfd_mach_v850e:
+ case bfd_mach_v850e1:
STATE_CPU (sd, 0)->psw_mask = (PSW_NP | PSW_EP | PSW_ID | PSW_SAT
| PSW_CY | PSW_OV | PSW_S | PSW_Z);
break;