aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-08-04 20:40:44 +0000
committerJeff Law <law@redhat.com>1995-08-04 20:40:44 +0000
commitd2fee216f6c22f1328c971d3fd737fa187976cdb (patch)
tree0743b550a26e06a478981bc527ee9643d0b64b2b /gdb/xcoffread.c
parentd1307e49650ca6b548085cc917dbe9f598053299 (diff)
downloadfsf-binutils-gdb-d2fee216f6c22f1328c971d3fd737fa187976cdb.zip
fsf-binutils-gdb-d2fee216f6c22f1328c971d3fd737fa187976cdb.tar.gz
fsf-binutils-gdb-d2fee216f6c22f1328c971d3fd737fa187976cdb.tar.bz2
* xcoffread.c (process_linenos): Fix typo in last change.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index b2f0ec1..fda43e2 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -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;
}