VirtualBox

Changeset 106590 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 22, 2024 11:56:49 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165428
Message:

VMM/PGMPhys.cpp: Missing #ifdef VBOX_WITH_NATIVE_NEM around some NEM specific cleanup code that is unreachable if native NEM isn't enabled (VC 2022/arm complaint). jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r106061 r106590  
    27262726            }
    27272727
     2728#ifdef VBOX_WITH_NATIVE_NEM
    27282729            /*
    27292730             * Failed, so revert it all as best as we can (the memory content in
     
    27312732             */
    27322733            PGMHandlerPhysicalDeregister(pVM, GCPhys);
     2734#endif
    27332735        }
    27342736    }
Note: See TracChangeset for help on using the changeset viewer.

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