mirror of
https://github.com/simh/simh.git
synced 2026-05-03 14:38:45 +00:00
IBM1130: Remove stray tab characters left in prior commit
This commit is contained in:
@@ -653,7 +653,7 @@ t_stat sim_instr (void)
|
|||||||
|
|
||||||
eaddr = word2; /* assume standard addressing & compute effective address */
|
eaddr = word2; /* assume standard addressing & compute effective address */
|
||||||
if (TAG) /* if indexed */
|
if (TAG) /* if indexed */
|
||||||
eaddr = (eaddr + ReadIndex(TAG)) & 0xFFFF; /* add index register value */
|
eaddr = (eaddr + ReadIndex(TAG)) & 0xFFFF; /* add index register value */
|
||||||
if (INDIR) /* if indirect addressing */
|
if (INDIR) /* if indirect addressing */
|
||||||
eaddr = ReadW(eaddr); /* pick up referenced address */
|
eaddr = ReadW(eaddr); /* pick up referenced address */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user