VirtualBox

Changeset 65379 in vbox for trunk/src


Ignore:
Timestamp:
Jan 20, 2017 7:57:47 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112975
Message:

VMM/APIC: Initialize u32TagSrc for now (parfait complains for uninitialized param) till it's fixed properly.

File:
1 edited

Legend:

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

    r65135 r65379  
    26712671    VMCPU_ASSERT_EMT(pVCpu);
    26722672    Assert(pu8Vector);
    2673     NOREF(pu32TagSrc);
     2673    *pu32TagSrc = 0;    /** @todo do the debug tagging. */
    26742674
    26752675    LogFlow(("APIC%u: apicGetInterrupt:\n", pVCpu->idCpu));
Note: See TracChangeset for help on using the changeset viewer.

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