Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskdump/symtab.c

    r077bc931 r8fd04ba9  
    267267                        continue;
    268268
    269                 if (saddr <= addr && (best_name == NULL || saddr > best_addr)) {
     269                if (best_name == NULL || (saddr <= addr && saddr > best_addr)) {
    270270                        best_name = sname;
    271271                        best_addr = saddr;
Note: See TracChangeset for help on using the changeset viewer.