sim: ppc: stub out sim_memory_map

Not clear how to implement this in the ppc-specific sim, so just
stub it out.  This is as good as it was previously.
This commit is contained in:
Mike Frysinger 2021-01-08 01:03:10 -05:00
parent 9a50f40e82
commit f4cfa91741
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2021-01-08 Mike Frysinger <vapier@gentoo.org>
* sim_calls.c (sim_memory_map): Define.
2021-01-04 Mike Frysinger <vapier@gentoo.org>
* gen-icache.c, igen.c: Include stdlib.h.

View File

@ -265,6 +265,12 @@ sim_complete_command (SIM_DESC sd, const char *text, const char *word)
return NULL;
}
char *
sim_memory_map (SIM_DESC sd)
{
return NULL;
}
/* Polling, if required */
void