mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
Cleaned up nested comments
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
#define STA_CPE (00002 << 12) /* compare error */
|
||||
#define STA_ILL (00001 << 12) /* illegal */
|
||||
#define STA_9TK 00040 /* 9 track */
|
||||
/* #define STA_BAD 00020 /* bad tape?? */
|
||||
/* #define STA_BAD 00020 *//* bad tape?? */
|
||||
#define STA_INC 00010 /* increment error */
|
||||
#define STA_LAT 00004 /* lateral par error */
|
||||
#define STA_CRC 00002 /* CRC error */
|
||||
|
||||
Reference in New Issue
Block a user