mcst-linux-kernel/patches-2024.06.26/kcachegrind-0.7.0/0001-lcc-1.24-compat.patch

13 lines
477 B
Diff

diff -Naur orig/libcore/stackbrowser.cpp new/libcore/stackbrowser.cpp
--- orig/libcore/stackbrowser.cpp 2019-08-29 15:28:57.266848551 +0000
+++ new/libcore/stackbrowser.cpp 2019-08-29 15:29:09.686848216 +0000
@@ -213,7 +213,7 @@
// cycles are listed on there own
if (f->cycle() == f) return 0;
- if (_top->cycle() == _top) return false;
+ if (_top->cycle() == _top) return 0;
foreach(TraceCall* c, calls) {
foreach(TraceCall* c2, c->called()->callings()) {