1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 20:12:23 +00:00

various: Fixed nested comments

This commit is contained in:
Mark Pizzolato
2018-06-03 18:44:55 -07:00
parent f6654c0549
commit 140ab5b350
8 changed files with 20 additions and 16 deletions

View File

@@ -964,7 +964,7 @@ switch (fnc) { /* at speed, check fnc *
if (ba >= uptr->hwmark)
uptr->hwmark = ba + 1;
}
/* /* ignore hdr */
/* ignore hdr */
sim_activate (uptr, DT_WSIZE * dt_ltime);
if (M[DT_WC] == 0)
dt_substate = DTO_WCO;