- Timestamp:
- Oct 9, 2018 11:27:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp
r72839 r74713 531 531 532 532 /* Assemble the code for resuming the call.*/ 533 *ppfnReal = (PFNRT) pbPatchMem;533 *ppfnReal = (PFNRT)(uintptr_t)pbPatchMem; 534 534 535 535 /* Go through the instructions to patch and fixup any relative call instructions. */
Note:
See TracChangeset
for help on using the changeset viewer.