VirtualBox

Changeset 106072 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Sep 17, 2024 12:47:24 PM (4 months ago)
Author:
vboxsync
Message:

VMM/GCM: fSuccess should start out as true, not flase. duh. bugref:10683

File:
1 edited

Legend:

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

    r106054 r106072  
    305305     * Check if we can reconfigure to the loaded fixer set.
    306306     */
    307     bool     fSuccess     = false;
     307    bool     fSuccess     = true;
    308308    uint32_t fNewFixerSet = fFixerSet;
    309309    uint32_t fDiffSet     = fFixerSet ^ pVM->gcm.s.fFixerSet;
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