rose: eliminate roseSize, use bytecode_ptr size

This commit is contained in:
Justin Viiret
2017-04-05 10:29:22 +10:00
committed by Matthew Barr
parent 820f1432aa
commit 3e5a8c9c90
4 changed files with 2 additions and 9 deletions

View File

@@ -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);