VirtualBox

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


Ignore:
Timestamp:
Jun 20, 2016 11:44:56 PM (9 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

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

    r61776 r61777  
    929929    rc = SSMR3GetU32(pSSM, &uSavedMaxApicMode);
    930930    AssertRCReturn(rc, rc);
    931     if (uSavedMaxApicMode != pApic->enmMaxMode)
     931    if (uSavedMaxApicMode != (uint32_t)pApic->enmMaxMode)
    932932        return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - uApicMode: saved=%u config=%u"),
    933933                                uSavedMaxApicMode, pApic->enmMaxMode);
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