From e12e6424dddeb3ced2abc68d96b8e918888b8898 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 30 May 2000 18:36:57 +0000 Subject: [PATCH] Remove illegal instruciton pattern, since it is the same as the breakpoint pattern. --- sim/v850/ChangeLog | 5 +++++ sim/v850/v850.igen | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 8ad164a9e4..fcc16b09de 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,8 @@ +2000-05-30 Nick Clifton + + * v850.igen: Remove illegal instruction pattern, since it is the + same as the breakpoint pattern. + Tue May 23 21:39:23 2000 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/v850/v850.igen b/sim/v850/v850.igen index 7fe5370684..34fa43f264 100644 --- a/sim/v850/v850.igen +++ b/sim/v850/v850.igen @@ -1164,13 +1164,6 @@ rrrrr,110101,RRRRR + iiiiiiiiiiiiiiii:VI:::xori sim_engine_halt (SD, CPU, NULL, cia, sim_stopped, SIM_SIGTRAP); } -// True illegal instruction -00000,111111,00000 + 00000,11111,100000:X:::ilgop -{ - sim_engine_halt (SD, CPU, NULL, cia, sim_stopped, SIM_SIGTRAP); -} - - // DIVHN rrrrr,111111,RRRRR + wwwww,01010,iiii,00:XI:::divhn *v850ea -- 2.11.0