VirtualBox

Changeset 1165 in vbox for trunk


Ignore:
Timestamp:
Mar 2, 2007 2:52:49 PM (18 years ago)
Author:
vboxsync
Message:

Oops. Compile error fixed.

File:
1 edited

Legend:

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

    r1164 r1165  
    13861386
    13871387                    RTGCPTR  GCPtrDst = pCtx->edi;
    1388                     uint32_t cpl = (pRegFrame->eflags.Bits.u1VM) ? 3 : (pCtx->ss & X86_SEL_RPL);
     1388                    uint32_t cpl = (pCtx->eflags.Bits.u1VM) ? 3 : (pCtx->ss & X86_SEL_RPL);
    13891389
    13901390                    /* Access verification first; we can't recover from traps inside this instruction, as the port read cannot be repeated. */
     
    14551455
    14561456                    RTGCPTR  GCPtrSrc = pCtx->esi;
    1457                     uint32_t cpl = (pRegFrame->eflags.Bits.u1VM) ? 3 : (pCtx->ss & X86_SEL_RPL);
     1457                    uint32_t cpl = (pCtx->eflags.Bits.u1VM) ? 3 : (pCtx->ss & X86_SEL_RPL);
    14581458
    14591459                    /* Access verification first; we currently can't recover properly from traps inside this instruction */
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