summaryrefslogtreecommitdiff
path: root/DevTools/ProfileViewer/Profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/ProfileViewer/Profile.h')
-rw-r--r--DevTools/ProfileViewer/Profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/ProfileViewer/Profile.h b/DevTools/ProfileViewer/Profile.h
index 3c509f463c..04c96d9c56 100644
--- a/DevTools/ProfileViewer/Profile.h
+++ b/DevTools/ProfileViewer/Profile.h
@@ -120,7 +120,7 @@ public:
struct Event {
u64 timestamp { 0 };
String type;
- uintptr_t ptr { 0 };
+ FlatPtr ptr { 0 };
size_t size { 0 };
bool in_kernel { false };
Vector<Frame> frames;