VirtualBox

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


Ignore:
Timestamp:
Jan 15, 2025 1:05:03 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166912
Message:

VMM/VMMR3/CPUM.cpp: Missing error check (harmless), bugref:3409

File:
1 edited

Legend:

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

    r107650 r107776  
    29882988                 */
    29892989                rc = SSMR3GetStructEx(pSSM, pGstCtx,                  sizeof(*pGstCtx),                0, g_aCpumCtxFields, NULL);
     2990                AssertRCReturn(rc, rc);
    29902991                rc = SSMR3GetStructEx(pSSM, &pGstCtx->XState.x87,     sizeof(pGstCtx->XState.x87),     0, g_aCpumX87Fields, NULL);
    29912992                AssertRCReturn(rc, rc);
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