Changeset 106520 in vbox for trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp
- Timestamp:
- Oct 20, 2024 2:30:08 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp
r106061 r106520 168 168 #endif 169 169 170 #if 0 /* unused */ 170 171 /** WHV_MEMORY_ACCESS_TYPE names */ 171 172 static const char * const g_apszWHvMemAccesstypes[4] = { "read", "write", "exec", "!undefined!" }; 173 #endif 172 174 /** NEM_WIN_PAGE_STATE_XXX names. */ 173 175 NEM_TMPL_STATIC const char * const g_apszPageStates[4] = { "not-set", "unmapped", "readable", "writable" };
Note:
See TracChangeset
for help on using the changeset viewer.