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:
parent
4a1c6dc783
commit
f0984fc705
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user