Halt assembly if addresses are not converging.
commitc1905c21698642fa94f5887745ecf0336b15ee8c
authorCharles Crayne <chuck@thor.crayne.org>
Fri, 12 Sep 2008 01:54:06 +0000 (11 18:54 -0700)
committerCharles Crayne <chuck@thor.crayne.org>
Fri, 12 Sep 2008 01:54:06 +0000 (11 18:54 -0700)
treed4fe8d13bfb57458fedb190d42ae75680c90b64f
parent4252823e95bb365e704cdd8ae526d2daf01a6533
Halt assembly if addresses are not converging.

Change global_offset_changed from bool to int so that
progress of convergence can be monitored. If change count
does not decrease from previous pass, increment stall counter.
If stall count reaches threshold, terminate assembly
with error message.
labels.c
nasm.c