In a 32-bit address space, PC-relative jump targets are wrapped, so a
direct branch at 0x90000001 can reach address 0x10000000 with a
displacement of 0x7FFFFFFFF. This can happen in applications, such as
Chrome, that are linked with /LARGEADDRESSAWARE.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lg, thanks for the fix
lib/interception/tests/interception_win_test.cc | ||
---|---|---|
220 ↗ | (On Diff #77917) | nit: coding style is {} instead of {0} ? |
lib/interception/tests/interception_win_test.cc | ||
---|---|---|
220 ↗ | (On Diff #77917) | Sure, done. |