- Timestamp:
- Dec 29, 2022 6:05:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r97873 r97902 307 307 /** Use the RTR0MemObj API rather than the RTMemExecAlloc for the images. 308 308 * This is a good idea in general, but a necessity for @bugref{9801}. */ 309 #ifndef RT_OS_SOLARIS /** @todo add support for allocating executabe memory via RTR0MemObj */ 310 # define SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE 311 #endif 309 #define SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE 312 310 313 311 #ifndef SUPR0_EXPORT_SYMBOL
Note:
See TracChangeset
for help on using the changeset viewer.