Saturday, October 19, 2013

Program – Lines With Errors

For a line with a translator error, there is nothing to insert into the program for the line.  Even though there is no code to insert, the offset into where the line belongs in the program still needs to be recorded along with a size of zero.  However, if the line had an error, the offset and size for the line was not being set.  This was corrected, and as a result, the update error routine no longer needs to return whether the line has an error, which was being used as the condition whether to set the offset and size.

[commit a871ca953e]

No comments:

Post a Comment

All comments and feedback welcomed, whether positive or negative.
(Anonymous comments are allowed, but comments with URL links or unrelated comments will be removed.)