VirtualBox

Changeset 94841 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp


Ignore:
Timestamp:
May 5, 2022 10:38:39 AM (3 years ago)
Author:
vboxsync
Message:

VMM/VMM: Shut up arm warning. bugref:9898

File:
1 edited

Legend:

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

    r93744 r94841  
    22952295     * Locate the resume point on the stack.
    22962296     */
     2297#ifdef RT_ARCH_AMD64
     2298    /* This code must match the vmmR0CallRing3LongJmp stack frame setup in VMMR0JmpA-amd64.asm exactly. */
    22972299    uintptr_t off = 0;
    2298 
    2299 #ifdef RT_ARCH_AMD64
    2300     /*
    2301      * This code must match the vmmR0CallRing3LongJmp stack frame setup in VMMR0JmpA-amd64.asm exactly.
    2302      */
    23032300# ifdef RT_OS_WINDOWS
    23042301    off += 0xa0; /* XMM6 thru XMM15 */
     
    23282325
    23292326#elif defined(RT_ARCH_X86)
    2330     /*
    2331      * This code must match the vmmR0CallRing3LongJmp stack frame setup in VMMR0JmpA-x86.asm exactly.
    2332      */
     2327    /* This code must match the vmmR0CallRing3LongJmp stack frame setup in VMMR0JmpA-x86.asm exactly. */
     2328    uintptr_t off = 0;
    23332329    pState->u.x86.uRFlags              = *(uint32_t const *)&pVCpu->vmm.s.abAssertStack[off];
    23342330    off += 4;
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