VirtualBox

Changeset 71831 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 11, 2018 5:23:35 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122038
Message:

DevLPC-new: Build fix. bugref:7000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevLpc-new.cpp

    r71829 r71831  
    8585PDMBOTHCBDECL(int) lpcMmioRead(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void *pv, unsigned cb)
    8686{
    87     RT_NOREF(pvUser);
     87    RT_NOREF(pvUser, cb);
    8888    PLPCSTATE        pThis  = PDMINS_2_DATA(pDevIns, PLPCSTATE);
    8989    RTGCPHYS32 const offReg = (RTGCPHYS32)GCPhysAddr - pThis->GCPhys32Rcba;
     
    117117PDMBOTHCBDECL(int) lpcMmioWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void const *pv, unsigned cb)
    118118{
    119     RT_NOREF(pvUser);
     119    RT_NOREF(pvUser, pv);
    120120    PLPCSTATE        pThis  = PDMINS_2_DATA(pDevIns, PLPCSTATE);
    121121    RTGCPHYS32 const offReg = (RTGCPHYS32)GCPhysAddr - pThis->GCPhys32Rcba;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette