mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
smallwrite_build: use bytecode_ptr
This commit is contained in:
committed by
Matthew Barr
parent
7288da22bd
commit
a5ed9a9330
@@ -5606,7 +5606,7 @@ aligned_unique_ptr<RoseEngine> addSmallWriteEngine(const RoseBuildImpl &build,
|
||||
}
|
||||
|
||||
const size_t mainSize = roseSize(rose.get());
|
||||
const size_t smallWriteSize = smwrSize(smwr_engine.get());
|
||||
const size_t smallWriteSize = smwr_engine.size();
|
||||
DEBUG_PRINTF("adding smwr engine, size=%zu\n", smallWriteSize);
|
||||
|
||||
const size_t smwrOffset = ROUNDUP_CL(mainSize);
|
||||
|
Reference in New Issue
Block a user