* m16.igen (break): Call SignalException not sim_engine_halt.

This commit is contained in:
Andrew Cagney 2000-07-20 00:02:22 +00:00
parent 7c952b6dae
commit a28c02cd2b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jul 19 18:50:51 2000 Andrew Cagney <cagney@b1.cygnus.com>
* m16.igen (break): Call SignalException not sim_engine_halt.
Mon Jul 3 11:13:20 2000 Andrew Cagney <cagney@b1.cygnus.com>
From Jason Eckhardt:

View File

@ -1232,5 +1232,5 @@
PC = cia - 2; /* reference the branch instruction */
else
PC = cia;
sim_engine_halt (SD, CPU, NULL, cia, sim_stopped, SIM_SIGTRAP);
SignalException (BreakPoint, instruction_0);
}