* breakpoint.c (catch_syscall_split_args): Use skip_spaces.
[deliverable/binutils-gdb.git] / gdb / remote-m32r-sdi.c
index 9d7e05dca26e022d515bd59a92c8771aad75afae..653cc7eff7d94a8478b334f11e332d1b6aacf894 100644 (file)
@@ -40,7 +40,7 @@
 #include <signal.h>
 #include <time.h>
 #include "gdb_bfd.h"
-
+#include "cli/cli-utils.h"
 
 #include "serial.h"
 
@@ -1234,8 +1234,7 @@ m32r_load (char *args, int from_tty)
     {
       char *arg;
 
-      while (isspace (*args))
-       args++;
+      args = skip_spaces (arg);
 
       arg = args;
 
This page took 0.041102 seconds and 4 git commands to generate.