summaryrefslogtreecommitdiff
path: root/src/regex_impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex_impl.hh')
-rw-r--r--src/regex_impl.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex_impl.hh b/src/regex_impl.hh
index 27820605..664fb4f4 100644
--- a/src/regex_impl.hh
+++ b/src/regex_impl.hh
@@ -55,6 +55,7 @@ struct CompiledRegex : RefCountable, UseMemoryDomain<MemoryDomain::Regex>
struct Instruction
{
Op op;
+ // Those mutables are used during execution
mutable bool scheduled;
mutable uint16_t last_step;
uint32_t param;