mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
IBM1130: Remove stray tab characters left in prior commit
This commit is contained in:
parent
f3c61c315a
commit
b30465f779
@ -653,7 +653,7 @@ t_stat sim_instr (void)
|
||||
|
||||
eaddr = word2; /* assume standard addressing & compute effective address */
|
||||
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 */
|
||||
eaddr = ReadW(eaddr); /* pick up referenced address */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user