mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 22:33:04 +00:00
Cleaned up nested comments
This commit is contained in:
@@ -224,7 +224,7 @@ CTAB vax780_cmd[] = {
|
||||
Instead, the interrupt handler for a given UBA IPL
|
||||
reads a vector register that contains the Unibus vector
|
||||
for that IPL.
|
||||
|
||||
*/
|
||||
/* Find highest priority vectorable interrupt */
|
||||
|
||||
int32 eval_int (void)
|
||||
|
||||
@@ -1225,8 +1225,8 @@ for (i = 0; i <= end; i++) { /* loop thru string */
|
||||
}
|
||||
if ((i == end) && ((lnt & 1) == 0))
|
||||
c = c & 0xF;
|
||||
/* if (((c & 0xF0) > 0x90) || /* check hi digit */
|
||||
/* ((c & 0x0F) > 0x09)) /* check lo digit */
|
||||
/* if (((c & 0xF0) > 0x90) || *//* check hi digit */
|
||||
/* ((c & 0x0F) > 0x09)) *//* check lo digit */
|
||||
/* RSVD_OPND_FAULT; */
|
||||
src->val[i / 4] = src->val[i / 4] | (c << ((i % 4) * 8));
|
||||
} /* end for */
|
||||
|
||||
@@ -473,7 +473,7 @@
|
||||
#define PR_PACV 2 /* pte ACV (780) */
|
||||
#define PR_PLNV 3 /* pte len viol */
|
||||
#define PR_TNV 4 /* TNV */
|
||||
/* #define PR_TB 5 /* impossible */
|
||||
/* #define PR_TB 5 *//* impossible */
|
||||
#define PR_PTNV 6 /* pte TNV */
|
||||
#define PR_OK 7 /* ok */
|
||||
#define MM_PARAM(w,p) (((w)? 4: 0) | ((p) & 3)) /* fault param */
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
|
||||
/* CMCTL registers */
|
||||
|
||||
/* #define CMCTLSIZE (18 << 2) /* 18 registers */
|
||||
/* #define CMCTLSIZE (18 << 2) *//* 18 registers */
|
||||
#define CMCTLSIZE (19 << 2) /* KA655X extra reg */
|
||||
#define CMCTLBASE (REGBASE + 0x100) /* CMCTL addr base */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user