sim: add sim_complete_command stubs for non-common-using ports
[deliverable/binutils-gdb.git] / sim / sh / interp.c
index 0d1360f385a1a27c5a17f84e6c2dacf5a5b35f24..20239def614b53b879765b022490298f976e8593 100644 (file)
@@ -2787,3 +2787,9 @@ sim_set_callbacks (p)
 {
   callback = p;
 }
+
+char **
+sim_complete_command (SIM_DESC sd, char *text, char *word)
+{
+  return NULL;
+}
This page took 0.023242 seconds and 4 git commands to generate.