- Timestamp:
- Sep 5, 2014 10:17:21 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95894
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r52475 r52613 66 66 /* Default base for PM PIIX4 device */ 67 67 #define PM_PORT_BASE 0x4000 68 /* Port offsets in PM device */ 68 /* Port offsets in PM device */ 69 69 enum 70 70 { … … 875 875 /** 876 876 * Used by acpiR3PMTimer & acpiPmTmrRead to update TMR_VAL and update TMR_STS 877 * 877 * 878 878 * The caller is expected to either hold the clock lock or to have made sure 879 879 * the VM is resetting or loading state. … … 1550 1550 if (rc != VINF_SUCCESS) 1551 1551 return rc; 1552 1552 1553 1553 rc = PDMCritSectEnter(&pThis->CritSect, VINF_IOM_R3_IOPORT_READ); 1554 1554 if (rc != VINF_SUCCESS) 1555 1555 { 1556 1557 1556 TMTimerUnlock(pThis->CTX_SUFF(pPmTimer)); 1557 return rc; 1558 1558 } 1559 1559
Note:
See TracChangeset
for help on using the changeset viewer.