VirtualBox

Changeset 73124 in vbox


Ignore:
Timestamp:
Jul 13, 2018 2:52:44 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123712
Message:

PGMAllGst.h: Fixed parameter order mixup in PGM_GST_NAME(WalkReturnBadPhysAddr).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllGst.h

    r69474 r73124  
    4646}
    4747
    48 DECLINLINE(int) PGM_GST_NAME(WalkReturnBadPhysAddr)(PVMCPU pVCpu, PGSTPTWALK pWalk, int rc, int iLevel)
     48DECLINLINE(int) PGM_GST_NAME(WalkReturnBadPhysAddr)(PVMCPU pVCpu, PGSTPTWALK pWalk, int iLevel, int rc)
    4949{
    5050    AssertMsg(rc == VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS, ("%Rrc\n", rc)); NOREF(rc); NOREF(pVCpu);
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