VirtualBox

Changeset 39137 in vbox


Ignore:
Timestamp:
Oct 28, 2011 10:16:33 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74588
Message:

build fix

File:
1 edited

Legend:

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

    r39136 r39137  
    9191    pQueue->cMilliesInterval = cMilliesInterval;
    9292    //pQueue->pTimer = NULL;
    93     pQueue->cbItem = cbItem;
     93    pQueue->cbItem = (uint32_t)cbItem;
    9494    pQueue->cItems = cItems;
    9595    //pQueue->pPendingR3 = 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