VirtualBox

Changeset 65383 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 20, 2017 9:37:45 AM (8 years ago)
Author:
vboxsync
Message:

VMM/APIC: assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/APICAll.cpp

    r65380 r65383  
    27182718                /* Retrieve the interrupt source tag associated with this interrupt. */
    27192719                PAPICCPU pApicCpu = VMCPU_TO_APICCPU(pVCpu);
     2720                AssertCompile(RT_ELEMENTS(pApicCpu->auSrcTags) > UINT8_MAX);
    27202721                *puSrcTag = pApicCpu->auSrcTags[uVector];
    27212722                pApicCpu->auSrcTags[uVector] = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette