Update rx sim so that it'll print load statistics.
This commit is contained in:
parent
636b802b4e
commit
d98bfeb023
7 changed files with 58 additions and 5 deletions
|
@ -201,7 +201,7 @@ sim_load (SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty)
|
|||
if (!abfd)
|
||||
return SIM_RC_FAIL;
|
||||
|
||||
rx_load (abfd);
|
||||
rx_load (abfd, get_callbacks ());
|
||||
build_swap_list (abfd);
|
||||
|
||||
return SIM_RC_OK;
|
||||
|
@ -214,7 +214,7 @@ sim_create_inferior (SIM_DESC sd, struct bfd *abfd, char **argv, char **env)
|
|||
|
||||
if (abfd)
|
||||
{
|
||||
rx_load (abfd);
|
||||
rx_load (abfd, NULL);
|
||||
build_swap_list (abfd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue