VirtualBox

Changeset 91923 in vbox


Ignore:
Timestamp:
Oct 21, 2021 7:45:22 AM (3 years ago)
Author:
vboxsync
Message:

VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and introduce callbacks in the device helper callback table, bugref:10074 [build fix]

File:
1 edited

Legend:

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

    r91922 r91923  
    44404440
    44414441#ifdef DEBUG
    4442     int rc = PGMR3SharedModuleGetPageState(PDMDevHlpGetVM(pDevIns), GCPtrPage, pfShared, pfPageFlags);
     4442    int rc = PGMR3SharedModuleGetPageState(pDevIns->Internal.s.pVMR3, GCPtrPage, pfShared, pfPageFlags);
    44434443#else
     4444    RT_NOREF(pDevIns, GCPtrPage, pfShared, pfPageFlags);
    44444445    int rc = VERR_NOT_IMPLEMENTED;
    44454446#endif
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