mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
* remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
variable.
This commit is contained in:
parent
af924177b5
commit
7da3ab7920
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user