mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-01 14:15:43 +03:00
rose: add CLEAR_WORK_DONE instruction
Preparatory work for allowing fragments to be shared between literals that squash groups and those that don't.
This commit is contained in:
committed by
Matthew Barr
parent
803f61d818
commit
18f843bcc1
@@ -2166,6 +2166,12 @@ hwlmcb_rv_t roseRunProgram_i(const struct RoseEngine *t,
|
||||
}
|
||||
}
|
||||
PROGRAM_NEXT_INSTRUCTION
|
||||
|
||||
PROGRAM_CASE(CLEAR_WORK_DONE) {
|
||||
DEBUG_PRINTF("clear work_done flag\n");
|
||||
work_done = 0;
|
||||
}
|
||||
PROGRAM_NEXT_INSTRUCTION
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user