make calls to help_list use enumerator
[deliverable/binutils-gdb.git] / gdb / spu-tdep.c
index 4fc3ca56c5a80b4c5da9526ed70db9add45d422a..d251e4d56a5a6169ab1a86051211811eb13f59b0 100644 (file)
@@ -2649,7 +2649,7 @@ info_spu_command (char *args, int from_tty)
 {
   printf_unfiltered (_("\"info spu\" must be followed by "
                       "the name of an SPU facility.\n"));
-  help_list (infospucmdlist, "info spu ", -1, gdb_stdout);
+  help_list (infospucmdlist, "info spu ", all_commands, gdb_stdout);
 }
 
 
This page took 0.024845 seconds and 4 git commands to generate.