Commit 1648e0ad authored by dbaron%dbaron.org's avatar dbaron%dbaron.org
Browse files

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

parent a1c73883
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)