Changeset 38849 in vbox
- Timestamp:
- Sep 23, 2011 1:31:23 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74146
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPIC.cpp
r37423 r38849 983 983 pThis->pPicHlpR0 = pThis->pPicHlpR3->pfnGetR0Helpers(pDevIns); 984 984 985 /* 986 * Since the PIC helper interface provides access to the PDM lock, 987 * we need no device level critical section. 988 */ 989 rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns)); 990 AssertRCReturn(rc, rc); 985 991 986 992 /*
Note:
See TracChangeset
for help on using the changeset viewer.