mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
GRI, PDP11, PDP8, VAX: Misc formatting and typo cleanups
This commit is contained in:
committed by
Mark Pizzolato
parent
0df520de7f
commit
bf82092493
@@ -518,7 +518,8 @@ while (reason == 0) { /* loop until halted */
|
||||
MA = IDX_ADD (MA); /* index? */
|
||||
if (op & TRP_DEF) { /* defer? */
|
||||
t = (M[MA] + 1) & DMASK; /* autoinc */
|
||||
if (MEM_ADDR_OK (MA)) M[MA] = t;
|
||||
if (MEM_ADDR_OK (MA))
|
||||
M[MA] = t;
|
||||
MA = IDX_ADD (t); /* index? */
|
||||
}
|
||||
TRP = SC; /* save SC */
|
||||
|
||||
Reference in New Issue
Block a user