File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -221,10 +221,11 @@ uint64_t TextOutputSection::estimateStubsInRangeVA(size_t callIdx) const {
221221 uint64_t stubsInRangeVA = maxVAOfLastStub - forwardBranchRange;
222222
223223 log (" thunks = " + std::to_string (thunkMap.size ()) +
224- " , potential = " + std::to_string (maxPotentialThunks) + " , stubs = " +
225- std::to_string (in.stubs ->getSize ()) + " , isecVA = " + utohexstr (isecVA) +
226- " , threshold = " + utohexstr (stubsInRangeVA) + " , isecEnd = " +
227- utohexstr (isecEnd) + " , tail = " + utohexstr (isecEnd - isecVA) +
224+ " , potential = " + std::to_string (maxPotentialThunks) +
225+ " , stubs = " + std::to_string (in.stubs ->getSize ()) + " , isecVA = " +
226+ utohexstr (isecVA) + " , threshold = " + utohexstr (stubsInRangeVA) +
227+ " , isecEnd = " + utohexstr (isecEnd) +
228+ " , tail = " + utohexstr (isecEnd - isecVA) +
228229 " , slop = " + utohexstr (forwardBranchRange - (isecEnd - isecVA)));
229230 return stubsInRangeVA;
230231}
You can’t perform that action at this time.
0 commit comments