VirtualBox

Changeset 55023 in vbox


Ignore:
Timestamp:
Mar 31, 2015 10:33:48 AM (9 years ago)
Author:
vboxsync
Message:

DevEFI: s/AssertPtrReturn/AssertReturn/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI.cpp

    r53801 r55023  
    16241624    {
    16251625        PEFIVAR pEfiVar = (PEFIVAR)RTMemAllocZ(sizeof(EFIVAR));
    1626         AssertPtrReturn(pEfiVar, VERR_NO_MEMORY);
     1626        AssertReturn(pEfiVar, VERR_NO_MEMORY);
    16271627
    16281628        rc = SSMR3GetStructEx(pSSM, pEfiVar, sizeof(EFIVAR), 0, g_aEfiVariableDescFields, NULL);
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