Changeset 25226 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 8, 2009 10:55:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r25218 r25226 1956 1956 if (RT_FAILURE(rc)) 1957 1957 return rc; 1958 1958 1959 1959 pThis->uPmIoPortBase = uNewBase; 1960 1960 … … 1965 1965 /* We have to update FADT table acccording to the new base */ 1966 1966 rc = acpiPlantTables(pThis); 1967 Assert (RT_SUCCESS(rc));1967 AssertRC(rc); 1968 1968 if (RT_FAILURE(rc)) 1969 1969 return rc; … … 2004 2004 2005 2005 rc = acpiUpdatePmHandlers(pThis, uNewBase); 2006 Assert (RT_SUCCESS(rc));2006 AssertRC(rc); 2007 2007 } 2008 2008 }
Note:
See TracChangeset
for help on using the changeset viewer.