summaryrefslogtreecommitdiffstats
path: root/app/perfunwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfunwind.h')
-rw-r--r--app/perfunwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/perfunwind.h b/app/perfunwind.h
index 36b8f22..a18d6a0 100644
--- a/app/perfunwind.h
+++ b/app/perfunwind.h
@@ -92,7 +92,7 @@ public:
UnwindInfo() : frames(0), unwind(nullptr), sample(nullptr), maxFrames(64),
firstGuessedFrame(-1), isInterworking(false) {}
- QHash<quint32, QHash<quint64, Dwarf_Word>> stackValues;
+ QHash<qint32, QHash<quint64, Dwarf_Word>> stackValues;
QVector<qint32> frames;
PerfUnwind *unwind;
const PerfRecordSample *sample;