VirtualBox

Changeset 96900 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Sep 27, 2022 1:30:45 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153807
Message:

VMM/PGM: Drop the fIs64BitsPagingMode parameter to PGM_SHW_DECL(int, Enter), it was for 32-bit AMD-V hosts. bugref:10092

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r96879 r96900  
    27462746    DECLCALLBACKMEMBER(int, pfnModifyPage,(PVMCPUCC pVCpu, RTGCPTR GCPtr, size_t cbPages, uint64_t fFlags,
    27472747                                                   uint64_t fMask, uint32_t fOpFlags));
    2748     DECLCALLBACKMEMBER(int, pfnEnter,(PVMCPUCC pVCpu, bool fIs64BitsPagingMode));
     2748    DECLCALLBACKMEMBER(int, pfnEnter,(PVMCPUCC pVCpu));
    27492749    DECLCALLBACKMEMBER(int, pfnExit,(PVMCPUCC pVCpu));
    27502750#ifdef IN_RING3
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