VirtualBox

Changeset 44464 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 30, 2013 1:00:08 PM (12 years ago)
Author:
vboxsync
Message:

PDMDevice.cpp: Changed the default critsect name to try prevent STAM compare collision.

File:
1 edited

Legend:

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

    r44463 r44464  
    354354
    355355        rc = pdmR3CritSectInitDeviceAuto(pVM, pDevIns, pCritSect, RT_SRC_POS,
    356                                          "%s#%u-Auto", pDevIns->pReg->szName, pDevIns->iInstance);
     356                                         "%s#%uAuto", pDevIns->pReg->szName, pDevIns->iInstance);
    357357        AssertLogRelRCReturn(rc, rc);
    358358
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