diff --git a/src/utils/regexes.hpp b/src/utils/regexes.hpp index 5c9e191..21eeeab 100644 --- a/src/utils/regexes.hpp +++ b/src/utils/regexes.hpp @@ -14,7 +14,7 @@ struct Regexes static constexpr auto labelFindMips = ctre::match; static constexpr auto mipsLabelDefinition = ctre::match; - static constexpr auto dataDefn = ctre::search; + static constexpr auto dataDefn = ctre::search; static constexpr auto fileFind = ctre::match; static constexpr auto hasOpcodeRe = ctre::search; // todo: stop using this static constexpr auto instructionRe = make_matcher;