Fixed a GCC 3 warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8593 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -955,13 +955,13 @@ elf_lookup_symbol_address(addr_t address, addr_t *_baseAddress, const char **_sy
|
||||
symbolName = SYMNAME(image, symbol);
|
||||
|
||||
if (exactMatch)
|
||||
goto loop_end;
|
||||
goto symbol_found;
|
||||
}
|
||||
}
|
||||
}
|
||||
loop_end:
|
||||
}
|
||||
}
|
||||
symbol_found:
|
||||
|
||||
if (symbolFound != NULL) {
|
||||
if (_symbolName)
|
||||
|
||||
Reference in New Issue
Block a user