Skip to content
Snippets Groups Projects
Commit 93cfa9cf authored by Joel Brobecker's avatar Joel Brobecker
Browse files

* main.c: Fix spelling error.

parent a13d7b90
No related branches found
No related tags found
No related merge requests found
2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* main.c: Fix spelling error.
2009-09-15 Andreas Tobler <andreast-list@fgznet.ch> 2009-09-15 Andreas Tobler <andreast-list@fgznet.ch>
Doug Evans <dje@google.com> Doug Evans <dje@google.com>
......
...@@ -319,7 +319,7 @@ main(int argc, char **argv) ...@@ -319,7 +319,7 @@ main(int argc, char **argv)
status = psim_get_status(simulation); status = psim_get_status(simulation);
switch (status.reason) { switch (status.reason) {
case was_continuing: case was_continuing:
error("psim: continuing while stoped!\n"); error("psim: continuing while stopped!\n");
return 0; return 0;
case was_trap: case was_trap:
error("psim: no trap insn\n"); error("psim: no trap insn\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment