mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
fixing solaris bustage... one more try
This commit is contained in:
parent
66dbe61852
commit
b92180659f
@ -269,7 +269,7 @@ write_address_file(void * pc, FILE* aStream)
|
||||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
nsTraceRefcnt::DemangleSymbol(func, dembuff, sizeof(dembuff));
|
||||
DemangleSymbol(func, dembuff, sizeof(dembuff));
|
||||
if (strlen(dembuff)) {
|
||||
func = dembuff;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user