mirror of
https://github.com/PDP-10/its.git
synced 2026-01-27 20:47:38 +00:00
Fix bug in CHATAB.
The value of NW%CHS is not limited to 18 bits.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user