FreeCalypso > hg > freecalypso-tools
changeset 791:a31ae776de6e
fc-simint: tell the user when we are requesting spenh
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 19 Mar 2021 04:42:41 +0000 |
parents | 0bbe0213812d |
children | 44e034f21916 |
files | loadtools/simatr.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/loadtools/simatr.c Fri Mar 19 04:40:05 2021 +0000 +++ b/loadtools/simatr.c Fri Mar 19 04:42:41 2021 +0000 @@ -84,6 +84,7 @@ printf("Speed enhancement disabled with -n option\n"); return; } + printf("Requesting SIM speed enhancement\n"); tpinterf_make_cmd(targv); if (tpinterf_send_cmd() < 0) exit(1);