Fix TVLOC overflow check.
authorAdam Sampson <ats@offog.org>
Fri, 20 Apr 2018 13:19:54 +0000 (14:19 +0100)
committerAdam Sampson <ats@offog.org>
Fri, 20 Apr 2018 15:51:22 +0000 (16:51 +0100)
commit0f32b19f7b9d9c94fa87fae045a7e2cb270dee97
tree8bdad42b7e7b3f12f4ec72b504e8b820285989be
parent9c281a2b81a850e99edb110f62715bd39af32007
Fix TVLOC overflow check.

The .LOP .VALUE here is a link-time assert (.LOP runs an arbitrary
instruction). But the test is the wrong way round -- at the moment,
TVBASE=44000, TVLNT=6000, TVLOC=47560, so overflow hasn't occurred.

The 1973 version of the code uses .LIFL, which makes more sense to me...
<mdl.int>/initm.373