diff --git a/Iced/Intel/SymbolResolver.cs b/Iced/Intel/SymbolResolver.cs index e094fd97e..8c459450a 100644 --- a/Iced/Intel/SymbolResolver.cs +++ b/Iced/Intel/SymbolResolver.cs @@ -263,6 +263,15 @@ namespace Iced.Intel { /// public readonly SymbolFlags Flags; + /// + /// Constructor + /// + /// Symbol + public SymbolResult(string text) { + Text = new TextInfo(text, FormatterOutputTextKind.Label); + Flags = 0; + } + /// /// Constructor ///