Changeset 106520 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 20, 2024 2:30:08 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 165352
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 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" }; -
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r106061 r106520 247 247 #endif 248 248 249 #if 0 /* unused */ 249 250 /** WHV_MEMORY_ACCESS_TYPE names */ 250 251 static const char * const g_apszWHvMemAccesstypes[4] = { "read", "write", "exec", "!undefined!" }; 252 #endif 251 253 252 254
Note:
See TracChangeset
for help on using the changeset viewer.