aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/arm/wrapper.c')
-rw-r--r--sim/arm/wrapper.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c
index 504a0e5..b81631d 100644
--- a/sim/arm/wrapper.c
+++ b/sim/arm/wrapper.c
@@ -940,3 +940,9 @@ sim_set_callbacks (ptr)
{
sim_callback = ptr;
}
+
+char **
+sim_complete_command (SIM_DESC sd, char *text, char *word)
+{
+ return NULL;
+}