mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
constVariablePointer
This commit is contained in:
@@ -332,7 +332,7 @@ void storeLongLiteralState(const struct RoseEngine *t, char *state,
|
||||
return;
|
||||
}
|
||||
|
||||
struct core_info *ci = &scratch->core_info;
|
||||
const struct core_info *ci = &scratch->core_info;
|
||||
const struct RoseLongLitTable *ll_table =
|
||||
getByOffset(t, t->longLitTableOffset);
|
||||
assert(ll_table->maxLen);
|
||||
|
||||
Reference in New Issue
Block a user