VirtualBox

Changeset 70978 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 12, 2018 8:48:15 PM (7 years ago)
Author:
vboxsync
Message:

NEM: Working on PGM notifications. bugref:9044 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r70977 r70978  
    895895        {
    896896            uint8_t u2State = PGM_PAGE_GET_NEM_STATE(pPage);
    897             int rc2 = NEMHCNotifyPhysPageAllocated(pVM, GCPhys & ~(RTGCPHYS)X86_PAGE_OFFSET_MASK, HCPhys,
    898                                                    pgmPhysPageCalcNemProtection(pPage, enmType), enmType, &u2State);
     897            rc2 = NEMHCNotifyPhysPageAllocated(pVM, GCPhys & ~(RTGCPHYS)X86_PAGE_OFFSET_MASK, HCPhys,
     898                                               pgmPhysPageCalcNemProtection(pPage, enmType), enmType, &u2State);
    899899            if (RT_SUCCESS(rc))
    900900                PGM_PAGE_SET_NEM_STATE(pPage, u2State);
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