Complete redesign of line info generation. Uses spans instead of a fragment
list as before. git-svn-id: svn://svn.cc65.org/cc65/trunk@5162 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -165,7 +165,9 @@ void WriteSpans (const Collection* Spans)
|
||||
/* Get next range */
|
||||
const Span* S = CollConstAt (Spans, I);
|
||||
|
||||
/* Write data for th span We will write the size instead of the end
|
||||
CHECK (S->End > S->Start);
|
||||
|
||||
/* Write data for the span We will write the size instead of the end
|
||||
* offset to save some bytes, since most spans are expected to be
|
||||
* rather small.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user