Fix issues found in existing code, while reviewing other changes.
Change the data type of a variable to uint32_t, to avoid potential issues with signedness in shifts.
Differential D35646
[lld] [COFF] Minor tweaks to ARM64 relocation code. NFC. mstorsjo on Jul 19 2017, 2:22 PM. Authored by
Details Fix issues found in existing code, while reviewing other changes. Change the data type of a variable to uint32_t, to avoid potential issues with signedness in shifts.
Diff Detail
|