Changeset 91958 in vbox for trunk/src/VBox/VMM/include/NEMInternal.h
- Timestamp:
- Oct 21, 2021 2:34:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r91848 r91958 51 51 * Windows: Code configuration. 52 52 */ 53 # define NEM_WIN_USE_HYPERCALLS_FOR_PAGES 53 # ifndef VBOX_WITH_PGM_NEM_MODE 54 # define NEM_WIN_USE_HYPERCALLS_FOR_PAGES 55 #endif 54 56 //# define NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS /**< Applies to ring-3 code only. Useful for testing VID API. */ 55 57 //# define NEM_WIN_USE_OUR_OWN_RUN_API /**< Applies to ring-3 code only. Useful for testing VID API. */ … … 208 210 STAMCOUNTER StatRemapPage; 209 211 STAMCOUNTER StatRemapPageFailed; 210 # el se212 # elif !defined(VBOX_WITH_PGM_NEM_MODE) 211 213 STAMCOUNTER StatUnmapAllPages; 212 214 # endif
Note:
See TracChangeset
for help on using the changeset viewer.