Changeset 65490 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 27, 2017 5:45:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Samples/DevPlayground.cpp
r65291 r65490 105 105 case 0: 106 106 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)); 108 109 if (GCPhysAddress == NIL_RTGCPHYS) 109 110 return VINF_SUCCESS; /* We ignore the unmap notification. */
Note:
See TracChangeset
for help on using the changeset viewer.