VirtualBox

Changeset 4284 in vbox


Ignore:
Timestamp:
Aug 22, 2007 2:18:05 PM (17 years ago)
Author:
vboxsync
Message:

drop a double prediction and some blanks.

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

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

    r4071 r4284  
    320320    RTSEL sel;
    321321    CPUMSELREGHID *pSelHidReg;
    322    
     322
    323323    prefix_seg = DISDetectSegReg(pCpu, pParam);
    324324    rc = DISFetchRegSegEx(pRegFrame, prefix_seg, &sel, &pSelHidReg);
    325     if (RT_UNLIKELY(VBOX_FAILURE(rc)))
     325    if (VBOX_FAILURE(rc))
    326326        return pvAddr;
    327327
     
    582582
    583583                pParam1 = emConvertToFlatAddr(pVM, pRegFrame, pCpu, &pCpu->param1, pParam1);
    584                
     584
    585585#ifdef IN_GC
    586586                /* Safety check (in theory it could cross a page boundary and fault there though) */
     
    11731173    pRegFrame->eip = eip & 0xffff;
    11741174    pRegFrame->cs  = cs;
    1175    
     1175
    11761176    /* Mask away all reserved bits */
    11771177    uMask = X86_EFL_CF | X86_EFL_PF | X86_EFL_AF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_TF | X86_EFL_IF | X86_EFL_DF | X86_EFL_OF | X86_EFL_IOPL | X86_EFL_NT | X86_EFL_RF | X86_EFL_VM | X86_EFL_AC | X86_EFL_VIF | X86_EFL_VIP | X86_EFL_ID;
     
    17481748#ifdef IN_GC
    17491749    if (    (pCpu->prefix & (PREFIX_REPNE | PREFIX_REP))
    1750         ||  (   (pCpu->prefix & PREFIX_LOCK) 
     1750        ||  (   (pCpu->prefix & PREFIX_LOCK)
    17511751             && (pCpu->pCurInstr->opcode != OP_CMPXCHG)
    17521752            )
  • trunk/src/VBox/VMM/VMMAll/EMAllA.asm

    r4071 r4284  
    66;
    77;  Copyright (C) 2006-2007 innotek GmbH
    8 ; 
     8;
    99;  This file is part of VirtualBox Open Source Edition (OSE), as
    1010;  available from http://www.virtualbox.org. This file is free software;
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