mirror of
https://github.com/PDP-10/its.git
synced 2026-03-03 02:08:00 +00:00
HOSTS3: Allow HOSTs without matching NET
Don't fail to compile H3TEXT if a NET corresponding to a HOST address is missing, just whine. (As a comment in SYSHST;HOSTS3 says, the network table is almost useless anyway.)
This commit is contained in:
committed by
Lars Brinkhoff
parent
d1b5fa03ce
commit
cf44577645
@@ -1685,8 +1685,8 @@ ADDN60: MOVSI G,1 ; Found network (real or faked), now
|
||||
MOVEI A,(A)
|
||||
CAMGE A,NWKOTE ; See if net is legit, for barf purposes.
|
||||
JRST ADDN70 ; Yup, not a faked entry.
|
||||
|
||||
AOS ERRUNN ; Sigh, loser needs to define this net.
|
||||
;Unnamed networks would previously error out with AOS ERRRUN.
|
||||
;Now we let them slip with a warning.
|
||||
PUSH P,A
|
||||
TYPE "No network entry for "
|
||||
MOVE A,C
|
||||
Reference in New Issue
Block a user