summaryrefslogtreecommitdiff
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 b48c8a7c625..01a3dea71b7 100644
--- a/sim/v850/interp.c
+++ b/sim/v850/interp.c
@@ -281,6 +281,7 @@ sim_open (kind, cb, abfd, argv)
case bfd_mach_v850e1:
case bfd_mach_v850e2:
case bfd_mach_v850e2v3:
+ case bfd_mach_v850e3v5:
STATE_CPU (sd, 0)->psw_mask = (PSW_NP | PSW_EP | PSW_ID | PSW_SAT
| PSW_CY | PSW_OV | PSW_S | PSW_Z);
break;