1
0
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:
Mark Pizzolato
2012-04-27 12:36:03 -07:00
parent 19bf1cdb90
commit 57008bb8f5
23 changed files with 48 additions and 47 deletions

View File

@@ -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)

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */