1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-14 23:55:40 +00:00

Fix bug in CHATAB.

The value of NW%CHS is not limited to 18 bits.
This commit is contained in:
Lars Brinkhoff 2018-11-18 18:10:22 +01:00
parent 4a1c6dc783
commit f0984fc705

View File

@ -72,7 +72,7 @@ go1: movei a,hstpag ;Page to put
move t,hsttab(d) ;get # of entries
move tt,hsttab+1(d) ;Get size of entries
movei d,2(d) ;first network table entry
movei a,netwrk"nw%chs
movsi a,(netwrk"nw%chs)
netlop: camn a,hsttab+netwrk"netnum(d) ;Is this the CHAOS network?
jrst netfnd ; yep
add d,tt ;Next entry