*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@938 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5803c0b61c
commit
ef7d9e506e
6 changed files with 123 additions and 172 deletions
|
|
@ -120,8 +120,7 @@ wad_search_stab(void *sp, int size, char *stabstr, char *symbol, unsigned long o
|
|||
} else if (debug.found && (s->n_type == 0x44) && (infunc)) {
|
||||
|
||||
/* Line number location */
|
||||
|
||||
if (s->n_value <= offset) {
|
||||
if (s->n_value < offset) {
|
||||
debug.line_number = s->n_desc;
|
||||
} else return &debug;
|
||||
} else if (debug.found && ((s->n_type == 0xa0) || (s->n_type == 0x40)) && (infunc)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue