forked from Imagelibrary/binutils-gdb
* remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
variable.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2013-03-08 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
|
||||
variable.
|
||||
|
||||
2013-03-07 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* target.c (target_read_stralloc, target_fileio_read_alloc):
|
||||
|
||||
@@ -1234,7 +1234,7 @@ m32r_load (char *args, int from_tty)
|
||||
{
|
||||
char *arg;
|
||||
|
||||
args = skip_spaces (arg);
|
||||
args = skip_spaces (args);
|
||||
|
||||
arg = args;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user