VirtualBox

Changeset 104028 in vbox


Ignore:
Timestamp:
Mar 24, 2024 6:35:08 PM (10 months ago)
Author:
vboxsync
Message:

Main/ResourceAssignmentManager.cpp: Make it build on linux.arm64 (gcc complains about shadowed variables), bugref:10391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ResourceAssignmentManager.cpp

    r102517 r104028  
    6666    {
    6767        char          szDevName[32];
    68         RTGCPHYS      GCPhysStart;
    69         RTGCPHYS      GCPhysEnd;
     68        RTGCPHYS      mGCPhysStart;
     69        RTGCPHYS      mGCPhysEnd;
    7070
    7171        MemoryRange(const char *pszName, RTGCPHYS GCPhysStart, RTGCPHYS GCPhysEnd)
    7272        {
    7373            RTStrCopy(this->szDevName, sizeof(szDevName), pszName);
    74             this->GCPhysStart = GCPhysStart;
    75             this->GCPhysEnd   = GCPhysEnd;
     74            this->mGCPhysStart = GCPhysStart;
     75            this->mGCPhysEnd   = GCPhysEnd;
    7676        }
    7777
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