VirtualBox

Changeset 23303 in vbox


Ignore:
Timestamp:
Sep 24, 2009 5:12:44 PM (15 years ago)
Author:
vboxsync
Message:

Compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/SELMAll.cpp

    r23300 r23303  
    333333
    334334        /* Cut the address to 32 bits. */
    335         Assert(!CPUMIsGuestInLongMode(pVCpu))
     335        Assert(!CPUMIsGuestInLongMode(pVCpu));
    336336        pvFlat &= 0xffffffff;
    337337
     
    544544
    545545        /* Cut the address to 32 bits. */
    546         Assert(!CPUMIsGuestInLongMode(pVCpu))
     546        Assert(!CPUMIsGuestInLongMode(pVCpu));
    547547        pvFlat &= 0xffffffff;
    548548
     
    746746                    *ppvFlat = (RTGCPTR)((RTGCUINTPTR)Addr + X86DESC_BASE(Desc));
    747747                    /* Cut the address to 32 bits. */
    748                     Assert(!CPUMIsGuestInLongMode(pVCpu))
    749748                    *ppvFlat &= 0xffffffff;
    750749
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