mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 09:21:52 +03:00
violet: initial implementation
This commit is contained in:
@@ -510,7 +510,8 @@ void runEagerPrefixesStream(const struct RoseEngine *t,
|
||||
}
|
||||
|
||||
void roseStreamExec(const struct RoseEngine *t, struct hs_scratch *scratch) {
|
||||
DEBUG_PRINTF("OH HAI\n");
|
||||
DEBUG_PRINTF("OH HAI [%llu, %llu)\n", scratch->core_info.buf_offset,
|
||||
scratch->core_info.buf_offset + (u64a)scratch->core_info.len);
|
||||
assert(t);
|
||||
assert(scratch->core_info.hbuf);
|
||||
assert(scratch->core_info.buf);
|
||||
|
||||
Reference in New Issue
Block a user