VirtualBox

Changeset 20687 in vbox for trunk/src/VBox/VMM/IOM.cpp


Ignore:
Timestamp:
Jun 18, 2009 11:52:23 AM (15 years ago)
Author:
vboxsync
Message:

VMM: some description string mangling and todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/IOM.cpp

    r20087 r20687  
    13981398     * (PGM requires this.)
    13991399     */
    1400     if (pDevIns->iInstance > 0)
     1400    if (pDevIns->iInstance > 0) /** @todo Move to PDMDevHlp.cpp and use a string cache. */
    14011401    {
    14021402        pszDesc = MMR3HeapAPrintf(pVM, MM_TAG_IOM, "%s [%u]", pszDesc, pDevIns->iInstance);
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