VirtualBox

Changeset 13833 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Nov 5, 2008 2:15:04 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38824
Message:

VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp

    r13832 r13833  
    16461646            Assert(pThis->GCPhysVMMDevHeap == GCPhysAddress);
    16471647            rc = PDMDevHlpMMIO2Map(pPciDev->pDevIns, iRegion, GCPhysAddress);
    1648             if (VBOX_SUCCESS(rc))
     1648            if (RT_SUCCESS(rc))
    16491649                rc = PDMDevHlpRegisterVMMDevHeap(pPciDev->pDevIns, GCPhysAddress, pThis->pVMMDevHeapR3, VMMDEV_HEAP_SIZE);
    16501650        }
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