mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-25 16:36:51 +08:00
* xcoffread.c (process_linenos): Fix typo in last change.
This commit is contained in:
@ -606,7 +606,7 @@ process_linenos (start, end)
|
||||
enter_line_range (tmpSubfile, inclTable[ii].begin,
|
||||
inclTable[ii].end, start, 0, firstLine);
|
||||
|
||||
if (offset < = inclTable[ii].end)
|
||||
if (offset <= inclTable[ii].end)
|
||||
offset = inclTable[ii].end + LINESZ;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user