Changeset 20687 in vbox for trunk/src/VBox/VMM/IOM.cpp
- Timestamp:
- Jun 18, 2009 11:52:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/IOM.cpp
r20087 r20687 1398 1398 * (PGM requires this.) 1399 1399 */ 1400 if (pDevIns->iInstance > 0) 1400 if (pDevIns->iInstance > 0) /** @todo Move to PDMDevHlp.cpp and use a string cache. */ 1401 1401 { 1402 1402 pszDesc = MMR3HeapAPrintf(pVM, MM_TAG_IOM, "%s [%u]", pszDesc, pDevIns->iInstance);
Note:
See TracChangeset
for help on using the changeset viewer.