Changeset 65383 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 20, 2017 9:37:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r65380 r65383 2718 2718 /* Retrieve the interrupt source tag associated with this interrupt. */ 2719 2719 PAPICCPU pApicCpu = VMCPU_TO_APICCPU(pVCpu); 2720 AssertCompile(RT_ELEMENTS(pApicCpu->auSrcTags) > UINT8_MAX); 2720 2721 *puSrcTag = pApicCpu->auSrcTags[uVector]; 2721 2722 pApicCpu->auSrcTags[uVector] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.