Changeset 20039 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 26, 2009 1:33:46 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47772
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r20037 r20039 1318 1318 APICDeviceInfo *dev = PDMINS_2_DATA(pDevIns, APICDeviceInfo *); 1319 1319 APICState *s = getLapic(dev); 1320 if (s->pTimerR3 != pTimer) 1321 { 1322 for (uint32_t iCpu = 0; iCpu < dev->cCpus; iCpu++) 1323 { 1324 s = getLapicById(dev, iCpu); 1325 if (s->pTimerR3 == pTimer) 1326 break; 1327 } 1328 Assert(s->pTimerR3 == pTimer); 1329 } 1320 1330 1321 1331 APIC_LOCK_VOID(dev, VERR_INTERNAL_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.