VirtualBox

Changeset 37636 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Jun 24, 2011 2:59:59 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72485
Message:

Changed FNIOMMMIOWRITE to take a const buffer pointer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp

    r31109 r37636  
    4242 * @callback_method_impl{FNIOMMMIOWRITE}
    4343 */
    44 PDMBOTHCBDECL(int) vmmdevTestingMmioWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void *pv, unsigned cb)
     44PDMBOTHCBDECL(int) vmmdevTestingMmioWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void const *pv, unsigned cb)
    4545{
    4646    switch (GCPhysAddr)
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