Revert old fix for 230336 in favor of better fix elsewhere.

git-svn-id: svn://10.0.0.236/trunk@192977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2006-03-25 04:16:00 +00:00
parent 21d72df900
commit 1f8a8bbc2f

View File

@@ -1201,10 +1201,6 @@ static callsite *calltree(void **bp)
method = nsDemangle(symbol);
}
#endif
if (info.dli_fbase == (void*)0x8048000) {
/* we're in the binary */
info.dli_fbase = 0;
}
if (!method) {
method = symbol
? strdup(symbol)