VirtualBox

Changeset 39038 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Oct 19, 2011 2:36:27 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74458
Message:

VMM: -W4 warnings (MSC).

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h

    r38885 r39038  
    6565    volatile uint32_t               cRefs;
    6666    /** Size of the entry. */
    67     size_t                          cbData;
     67    uint32_t                        cbData;
    6868    /** Pointer to the memory containing the data. */
    6969    uint8_t                        *pbData;
  • trunk/src/VBox/VMM/include/TRPMInternal.h

    r38867 r39038  
    205205
    206206    /** Active Interrupt or trap vector number.
    207      * If not ~0U this indicates that we're currently processing
    208      * a interrupt, trap, fault, abort, whatever which have arrived
    209      * at that vector number.
     207     * If not UINT32_MAX this indicates that we're currently processing a
     208     * interrupt, trap, fault, abort, whatever which have arrived at that
     209     * vector number.
    210210     */
    211     RTUINT                  uActiveVector;
     211    uint32_t                uActiveVector;
    212212
    213213    /** Active trap type. */
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