VirtualBox

Changeset 106520 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 20, 2024 2:30:08 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165352
Message:

VMM/NEM-win: Unused variable g_apszWHvMemAccesstypes. jiraref:VBP-1171

Location:
trunk/src/VBox/VMM/VMMR3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp

    r106061 r106520  
    168168#endif
    169169
     170#if 0 /* unused */
    170171/** WHV_MEMORY_ACCESS_TYPE names */
    171172static const char * const g_apszWHvMemAccesstypes[4] = { "read", "write", "exec", "!undefined!" };
     173#endif
    172174/** NEM_WIN_PAGE_STATE_XXX names. */
    173175NEM_TMPL_STATIC const char * const g_apszPageStates[4] = { "not-set", "unmapped", "readable", "writable" };
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp

    r106061 r106520  
    247247#endif
    248248
     249#if 0 /* unused */
    249250/** WHV_MEMORY_ACCESS_TYPE names */
    250251static const char * const g_apszWHvMemAccesstypes[4] = { "read", "write", "exec", "!undefined!" };
     252#endif
    251253
    252254
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette