diff --git a/GUI.NET/Debugger/FastColoredTextBox/SyntaxHighlighter.cs b/GUI.NET/Debugger/FastColoredTextBox/SyntaxHighlighter.cs index 49bcf3fc..30edb39a 100644 --- a/GUI.NET/Debugger/FastColoredTextBox/SyntaxHighlighter.cs +++ b/GUI.NET/Debugger/FastColoredTextBox/SyntaxHighlighter.cs @@ -115,10 +115,7 @@ namespace FastColoredTextBoxNS { get { - if (platformType == Platform.X86) - return RegexOptions.Compiled; - else - return RegexOptions.None; + return RegexOptions.Compiled; } }