1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +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

@@ -217,7 +217,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

@@ -183,7 +183,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 */