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:
Axel Dörfler
2004-08-16 15:49:53 +00:00
parent 4db8c66409
commit 9e8be53690
+2 -2
View File
@@ -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)