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
- Build Status
Buildable 1251 Build 1251: arc lint + arc unit
Event Timeline
Comment Actions
lg, thanks for the fix
lib/interception/tests/interception_win_test.cc | ||
---|---|---|
220 | nit: coding style is {} instead of {0} ? |
lib/interception/tests/interception_win_test.cc | ||
---|---|---|
220 | Sure, done. |
nit: coding style is {} instead of {0} ?