Debugger: Generate a name map for label symbols

This commit is contained in:
chaoticgd 2024-11-15 02:21:55 +00:00 committed by Ty
parent 7584a6bb29
commit a507964f33
1 changed files with 1 additions and 1 deletions

View File

@ -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; }