* interf.c (sim_open): Undo patch to add -E support.
This commit is contained in:
parent
15c1649391
commit
2d03fffed8
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Apr 22 11:05:01 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* interf.c (sim_open): Undo patch to add -E support.
|
||||
|
||||
Thu Apr 17 03:03:56 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* interf.c (sim_open): Ignore -E arg.
|
||||
|
|
|
@ -186,8 +186,6 @@ sim_open(kind, argv)
|
|||
argc++;
|
||||
while (stat < argc) {
|
||||
if (argv[stat][0] == '-') {
|
||||
if (strcmp(argv[stat], "-E") == 0)
|
||||
++stat; /* ignore endian spec */
|
||||
if (strcmp(argv[stat], "-v") == 0) {
|
||||
sis_verbose = 1;
|
||||
} else
|
||||
|
|
Loading…
Reference in a new issue