diff --git a/DevTools/ProfileViewer/Profile.cpp b/DevTools/ProfileViewer/Profile.cpp index 3cd67a05d66..c9f2b27cdc2 100644 --- a/DevTools/ProfileViewer/Profile.cpp +++ b/DevTools/ProfileViewer/Profile.cpp @@ -256,7 +256,7 @@ OwnPtr Profile::load_from_perfcore_file(const StringView& path) } if (symbol == "??") - symbol = String::format("%#08x", ptr); + symbol = String::format("??", ptr); JsonObject frame_object; frame_object.set("address", ptr);