diff options
Diffstat (limited to 'sim/erc32/interf.c')
-rw-r--r-- | sim/erc32/interf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index d81511a..7ee4dee 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -481,6 +481,12 @@ sim_do_command(sd, cmd) exec_cmd(&sregs, cmd); } +char ** +sim_complete_command (SIM_DESC sd, char *text, char *word) +{ + return NULL; +} + #if 0 /* FIXME: These shouldn't exist. */ int |