VirtualBox

Changeset 29483 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 14, 2010 3:53:32 PM (15 years ago)
Author:
vboxsync
Message:

Missing insert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r29482 r29483  
    35463546            rc = VINF_SUCCESS;
    35473547
     3548            bool ret = RTAvlGCPtrInsert(&pGMM->pGlobalSharedModuleTree, &pGlobalModule->Core);
     3549            Assert(ret);
     3550
    35483551            Log(("GMMR0RegisterSharedModule: new global module %s\n", pszModuleName));
    35493552        }
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