mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
sim: cr16: add sim_complete_command stub
This commit is contained in:
parent
a1373b60b3
commit
4881a75b8b
@ -1,3 +1,7 @@
|
||||
2012-08-28 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
|
||||
|
||||
* interp.c (sim_complete_command): New stub function.
|
||||
|
||||
2012-06-17 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* interp.c: Include config.h first. Also include stdlib.h and
|
||||
|
@ -1548,6 +1548,11 @@ sim_store_register (sd, rn, memory, length)
|
||||
return size;
|
||||
}
|
||||
|
||||
char **
|
||||
sim_complete_command (SIM_DESC sd, char *text, char *word)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void
|
||||
sim_do_command (sd, cmd)
|
||||
|
Loading…
Reference in New Issue
Block a user