mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 02:00:36 +03:00
rose: eliminate roseSize, use bytecode_ptr size
This commit is contained in:
committed by
Matthew Barr
parent
820f1432aa
commit
3e5a8c9c90
@@ -5603,7 +5603,7 @@ bytecode_ptr<RoseEngine> addSmallWriteEngine(const RoseBuildImpl &build,
|
||||
return rose;
|
||||
}
|
||||
|
||||
const size_t mainSize = roseSize(rose.get());
|
||||
const size_t mainSize = rose.size();
|
||||
const size_t smallWriteSize = smwr_engine.size();
|
||||
DEBUG_PRINTF("adding smwr engine, size=%zu\n", smallWriteSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user