From 7da3ab792088f01bb2d2453e08ef7d5a4458982b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 8 Mar 2013 14:42:23 +0000 Subject: [PATCH] * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct variable. --- gdb/ChangeLog | 5 +++++ gdb/remote-m32r-sdi.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index da506b4d1ed..dc7e5c58ed3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-03-08 Tom Tromey + + * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct + variable. + 2013-03-07 Pedro Alves * target.c (target_read_stralloc, target_fileio_read_alloc): diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c index 653cc7eff7d..2b23273fb5d 100644 --- a/gdb/remote-m32r-sdi.c +++ b/gdb/remote-m32r-sdi.c @@ -1234,7 +1234,7 @@ m32r_load (char *args, int from_tty) { char *arg; - args = skip_spaces (arg); + args = skip_spaces (args); arg = args; -- 2.30.2