mirror of
https://github.com/simh/simh.git
synced 2026-05-05 15:33:34 +00:00
Cleaned up nested comments
This commit is contained in:
@@ -1769,7 +1769,7 @@ if (bc & 1) /* odd byte cnt? */
|
||||
return (ST_HST | SB_HST_OC);
|
||||
if (bc & 0xF0000000) /* 'reasonable' bc? */
|
||||
return (ST_CMD | I_BCNT);
|
||||
/* if (lbn & 0xF0000000) return (ST_CMD | I_LBN); /* 'reasonable' lbn? */
|
||||
/* if (lbn & 0xF0000000) return (ST_CMD | I_LBN); *//* 'reasonable' lbn? */
|
||||
if (lbn >= maxlbn) { /* accessing RCT? */
|
||||
if (lbn >= (maxlbn + drv_tab[dtyp].rcts)) /* beyond copy 1? */
|
||||
return (ST_CMD | I_LBN); /* lbn err */
|
||||
|
||||
Reference in New Issue
Block a user