VirtualBox

Changeset 25226 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Dec 8, 2009 10:55:32 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55737
Message:

*: Assert(RT_SUCCESS(rc)) -> AssertRC(rc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r25218 r25226  
    19561956        if (RT_FAILURE(rc))
    19571957            return rc;
    1958        
     1958
    19591959        pThis->uPmIoPortBase = uNewBase;
    19601960
     
    19651965        /* We have to update FADT table acccording to the new base */
    19661966        rc = acpiPlantTables(pThis);
    1967         Assert(RT_SUCCESS(rc));
     1967        AssertRC(rc);
    19681968        if (RT_FAILURE(rc))
    19691969            return rc;
     
    20042004
    20052005            rc = acpiUpdatePmHandlers(pThis, uNewBase);
    2006             Assert(RT_SUCCESS(rc));
     2006            AssertRC(rc);
    20072007        }
    20082008    }
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