mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix dead loop under win10 release bin.
This commit is contained in:
parent
5ad56093f8
commit
9ab674b18e
@ -1904,7 +1904,7 @@ hwlmcb_rv_t flushActiveCombinations(const struct RoseEngine *t,
|
|||||||
break; \
|
break; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define PROGRAM_NEXT_INSTRUCTION_JUMP
|
#define PROGRAM_NEXT_INSTRUCTION_JUMP continue;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
hwlmcb_rv_t roseRunProgram(const struct RoseEngine *t,
|
hwlmcb_rv_t roseRunProgram(const struct RoseEngine *t,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user