1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 15:27:46 +00:00

EXPECT: Fix deprecated SET CONSOLE HALT behavior to reflect Dave's original behavior.

This commit is contained in:
Mark Pizzolato 2015-09-20 14:15:42 -07:00
parent 5bd6ea9496
commit 4ddee84faf

View File

@ -3153,7 +3153,7 @@ else {
(sim_switches & SWMASK ('I')) ? "" : "\n");
free (mbuf);
mbuf = sim_encode_quoted_string ((uint8 *)mbuf2, strlen (mbuf2));
sim_exp_set (&sim_con_expect, mbuf, 0, sim_con_expect.after, 0, NULL);
sim_exp_set (&sim_con_expect, mbuf, 0, sim_con_expect.after, EXP_TYP_PERSIST, NULL);
free (mbuf);
free (mbuf2);
}