Adjust the range check on a call instruction from 24 bits signed to 26 bits signed, and check that the target VA is 4 byte aligned. While the call instruction only encodes 24 bits of offset, the target address is implicitly assumed to be at least 4 byte aligned , giving the call instruction a reach of 26 signed bits.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM