diff --git a/3rdparty/ccc/src/ccc/symbol_database.h b/3rdparty/ccc/src/ccc/symbol_database.h index 52c6f1ece4..2356e56023 100644 --- a/3rdparty/ccc/src/ccc/symbol_database.h +++ b/3rdparty/ccc/src/ccc/symbol_database.h @@ -435,7 +435,7 @@ class Label : public Symbol { public: static constexpr const SymbolDescriptor DESCRIPTOR = LABEL; static constexpr const char* NAME = "Label"; - static constexpr u32 FLAGS = WITH_ADDRESS_MAP; + static constexpr u32 FLAGS = WITH_ADDRESS_MAP | WITH_NAME_MAP; LabelHandle handle() const { return m_handle; }