1
0
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:
Mark Pizzolato 2025-06-05 05:46:19 -10:00
parent f3c61c315a
commit b30465f779

View File

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