mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Fix compilation error by fixing up more code. (Bug 735262) r=jrmuizel
This commit is contained in:
parent
29205f22cb
commit
e072f851f5
@ -459,7 +459,7 @@ void TableTicker::doBacktrace(ThreadProfile &aProfile, TickSample* aSample)
|
||||
void *array[100];
|
||||
int count = backtrace (array, 100);
|
||||
|
||||
aProfile.addTag(ProfileEntry('s', "(root)", 0));
|
||||
aProfile.addTag(ProfileEntry('s', "(root)"));
|
||||
|
||||
for (int i = 0; i < count; i++) {
|
||||
if( (intptr_t)array[i] == -1 ) break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user