Browse Source

* main.c: Fix spelling error.

gdb_7_1-branch
Joel Brobecker 17 years ago
parent
commit
93cfa9cf1f
  1. 4
      sim/ppc/ChangeLog
  2. 2
      sim/ppc/main.c

4
sim/ppc/ChangeLog

@ -1,3 +1,7 @@
2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* main.c: Fix spelling error.
2009-09-15 Andreas Tobler <andreast-list@fgznet.ch>
Doug Evans <dje@google.com>

2
sim/ppc/main.c

@ -319,7 +319,7 @@ main(int argc, char **argv)
status = psim_get_status(simulation);
switch (status.reason) {
case was_continuing:
error("psim: continuing while stoped!\n");
error("psim: continuing while stopped!\n");
return 0;
case was_trap:
error("psim: no trap insn\n");

Loading…
Cancel
Save