VirtualBox

Changeset 64828 in vbox


Ignore:
Timestamp:
Dec 11, 2016 9:59:51 AM (8 years ago)
Author:
vboxsync
Message:

VMM/TRPM: fixed warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/TRPM.cpp

    r64824 r64828  
    16211621            "Software Int"
    16221622        };
    1623         if (RT_LIKELY(enmTrapEvent < RT_ELEMENTS(s_apszTrpmEventType)))
     1623        if (RT_LIKELY((size_t)enmTrapEvent < RT_ELEMENTS(s_apszTrpmEventType)))
    16241624        {
    16251625            pHlp->pfnPrintf(pHlp, " Type       = %s\n", s_apszTrpmEventType[enmTrapEvent]);
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