VirtualBox

Changeset 39112 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Oct 25, 2011 2:51:11 PM (13 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r39111 r39112  
    373373 * @param   cbValue             How many bytes to read.
    374374 */
    375 static int iomMMIODoReadFFs(void *pvValue, unsigned cbValue)
     375static int iomMMIODoReadFFs(void *pvValue, size_t cbValue)
    376376{
    377377    switch (cbValue)
     
    400400 * @param   cbValue             How many bytes to read.
    401401 */
    402 static int iomMMIODoRead00s(void *pvValue, unsigned cbValue)
     402static int iomMMIODoRead00s(void *pvValue, size_t cbValue)
    403403{
    404404    switch (cbValue)
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