Changeset 60382 in vbox
- Timestamp:
- Apr 7, 2016 6:02:26 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAll.cpp
r60377 r60382 368 368 VMMDECL(int) PDMApicGetTPR(PVMCPU pVCpu, uint8_t *pu8TPR, bool *pfPending, uint8_t *pu8PendingIrq) 369 369 { 370 PVM pVM = pVCpu->CTX_SUFF(pVM);370 PVM pVM = pVCpu->CTX_SUFF(pVM); 371 371 PPDMDEVINS pApicIns = pVM->pdm.s.Apic.CTX_SUFF(pDevIns); 372 372 if (pApicIns)
Note:
See TracChangeset
for help on using the changeset viewer.