VirtualBox

Changeset 4211 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 18, 2007 1:34:04 AM (17 years ago)
Author:
vboxsync
Message:

just to be on the safe side.

File:
1 edited

Legend:

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

    r4071 r4211  
    156156
    157157    /** @todo when we're in 16 bits mode, we should cut off the address as well.. */
    158     if (    pHiddenSel 
     158    if (    pHiddenSel
    159159        &&  CPUMAreHiddenSelRegsValid(pVM))
    160160    {
     
    281281                    *ppvGC = pvFlat;
    282282                if (pcb)
    283                     *pcb = (u1Granularity ? 0xffffffff : 0xffff) - (RTGCUINTPTR)Addr + 1;
     283                    *pcb = (RTGCUINTPTR)(u1Granularity ? 0xffffffff : 0xffff) - (RTGCUINTPTR)Addr + 1;
    284284                return VINF_SUCCESS;
    285285
     
    606606                /** @todo might cross page boundary */
    607607                fTriedAlready = true;
    608                 rc = PGMPrefetchPage(pVM, GCPtrTss); 
     608                rc = PGMPrefetchPage(pVM, GCPtrTss);
    609609                if (rc != VINF_SUCCESS)
    610610                    return rc;
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