mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 09:45:28 +03:00
noodle_build: use bytecode_ptr
This commit is contained in:
committed by
Matthew Barr
parent
e90ad34f67
commit
9996283112
@@ -143,7 +143,7 @@ aligned_unique_ptr<HWLM> hwlmBuild(const vector<hwlmLiteral> &lits,
|
||||
const hwlmLiteral &lit = lits.front();
|
||||
auto noodle = noodBuildTable(lit);
|
||||
if (noodle) {
|
||||
engSize = noodSize(noodle.get());
|
||||
engSize = noodle.size();
|
||||
}
|
||||
eng = move(noodle);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user