Changeset 38850 in vbox
- Timestamp:
- Sep 23, 2011 1:35:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r37637 r38850 596 596 * Initialize the state data. 597 597 */ 598 599 598 s->pDevInsR3 = pDevIns; 600 599 s->pDevInsR0 = PDMDEVINS_2_R0PTR(pDevIns); … … 602 601 ioapic_reset(s); 603 602 s->id = cCpus; 603 604 /* PDM provides locking via the IOAPIC helpers. */ 605 rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns)); 606 AssertRCReturn(rc, rc); 604 607 605 608 /*
Note:
See TracChangeset
for help on using the changeset viewer.