mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Eliminate debugging argument.
This commit is contained in:
@ -484,7 +484,6 @@ WinMain (HINSTANCE hi, HINSTANCE hp, LPWSTR cmd, int show)
|
|||||||
char host[80];
|
char host[80];
|
||||||
|
|
||||||
whost = wcschr (cmd, L' '); /* Look for argument. */
|
whost = wcschr (cmd, L' '); /* Look for argument. */
|
||||||
whost = cmd;
|
|
||||||
|
|
||||||
/* If no host is specified, just use default */
|
/* If no host is specified, just use default */
|
||||||
if (whost)
|
if (whost)
|
||||||
|
Reference in New Issue
Block a user