comparison loadtools/simatr.c @ 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
comparison
equal deleted inserted replaced
790:0bbe0213812d 791:a31ae776de6e
82 } 82 }
83 if (!sim_allow_spenh) { 83 if (!sim_allow_spenh) {
84 printf("Speed enhancement disabled with -n option\n"); 84 printf("Speed enhancement disabled with -n option\n");
85 return; 85 return;
86 } 86 }
87 printf("Requesting SIM speed enhancement\n");
87 tpinterf_make_cmd(targv); 88 tpinterf_make_cmd(targv);
88 if (tpinterf_send_cmd() < 0) 89 if (tpinterf_send_cmd() < 0)
89 exit(1); 90 exit(1);
90 if (tpinterf_pass_output(10)) 91 if (tpinterf_pass_output(10))
91 exit(1); 92 exit(1);