* m16.igen (break): Call SignalException not sim_engine_halt.
authorAndrew Cagney <cagney@redhat.com>
Thu, 20 Jul 2000 00:02:22 +0000 (00:02 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 20 Jul 2000 00:02:22 +0000 (00:02 +0000)
sim/mips/ChangeLog
sim/mips/m16.igen

index 86a37ed3074ce819885134f1334e0ec46e688170..9939dc7089609a96fe83e4b7647d4b2b4b5e7c6f 100644 (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:
index 9b36ff96e9d1d97119aee890e1dd707463d637cf..833d7cae70ed80ca6866ffb971644409b9ee6cfc 100644 (file)
     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);
 }
This page took 0.026123 seconds and 4 git commands to generate.