sim: add sim_complete_command stubs for non-common-using ports
[deliverable/binutils-gdb.git] / sim / ppc / sim_calls.c
index 93365165c1c1f3da12e2912310e813d77b798c88..e80db88b0d9dc0c93f839bd1e91bd0aeffd01d76 100644 (file)
@@ -259,6 +259,11 @@ sim_do_command (SIM_DESC sd, char *cmd)
   }
 }
 
+char **
+sim_complete_command (SIM_DESC sd, char *text, char *word)
+{
+  return NULL;
+}
 
 /* Polling, if required */
 
This page took 0.023311 seconds and 4 git commands to generate.