- Timestamp:
- Nov 13, 2009 10:27:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDevHlp.cpp
r24631 r24632 1916 1916 pVM->pdm.s.Apic.pfnLocalInterruptR3 = pApicReg->pfnLocalInterruptR3; 1917 1917 Log(("PDM: Registered APIC device '%s'/%d pDevIns=%p\n", pDevIns->pDevReg->szDeviceName, pDevIns->iInstance, pDevIns)); 1918 1919 1920 pVM->pdm.s.Apic.pfnLocalInterruptR3 = 0;1921 pVM->pdm.s.Apic.pfnLocalInterruptRC = 0;1922 pVM->pdm.s.Apic.pfnLocalInterruptR0 = 0;1923 1918 1924 1919 /* set the helper pointer and return. */
Note:
See TracChangeset
for help on using the changeset viewer.