Changeset 106072 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 17, 2024 12:47:24 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GCM.cpp
r106054 r106072 305 305 * Check if we can reconfigure to the loaded fixer set. 306 306 */ 307 bool fSuccess = false;307 bool fSuccess = true; 308 308 uint32_t fNewFixerSet = fFixerSet; 309 309 uint32_t fDiffSet = fFixerSet ^ pVM->gcm.s.fFixerSet;
Note:
See TracChangeset
for help on using the changeset viewer.