mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
- fix issue when using gdb_port cmd
- bug introduced in r2240 git-svn-id: svn://svn.berlios.de/openocd/trunk@2403 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -2242,9 +2242,7 @@ int handle_gdb_port_command(struct command_context_s *cmd_ctx, char *cmd, char *
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
/* only if the port wasn't overwritten by cmdline */
|
||||
if (gdb_port == 0)
|
||||
gdb_port = strtoul(args[0], NULL, 0);
|
||||
gdb_port = strtoul(args[0], NULL, 0);
|
||||
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user