- Timestamp:
- Feb 26, 2010 4:12:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r26663 r26865 975 975 976 976 Assert(PDMCritSectIsOwner(dev->CTX_SUFF(pCritSect))); 977 LogFlow(("apicLocalInterrupt: pDevIns=%p u8Pin=%x \n", pDevIns, u8Pin));977 LogFlow(("apicLocalInterrupt: pDevIns=%p u8Pin=%x u8Level=%x\n", pDevIns, u8Pin, u8Level)); 978 978 979 979 /* If LAPIC is disabled, go straight to the CPU. */
Note:
See TracChangeset
for help on using the changeset viewer.