VirtualBox

Changeset 65490 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 27, 2017 5:45:44 PM (8 years ago)
Author:
vboxsync
Message:

DevPlayground: fixed assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Samples/DevPlayground.cpp

    r65291 r65490  
    105105        case 0:
    106106        case 2:
    107             Assert(enmType == (PCIADDRESSSPACE)(PCI_ADDRESS_SPACE_MEM | PCI_ADDRESS_SPACE_BAR64));
     107            Assert(   enmType == (PCIADDRESSSPACE)(PCI_ADDRESS_SPACE_MEM | PCI_ADDRESS_SPACE_BAR64)
     108                   || enmType == (PCIADDRESSSPACE)(PCI_ADDRESS_SPACE_MEM_PREFETCH | PCI_ADDRESS_SPACE_BAR64));
    108109            if (GCPhysAddress == NIL_RTGCPHYS)
    109110                return VINF_SUCCESS; /* We ignore the unmap notification. */
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