VirtualBox

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


Ignore:
Timestamp:
Jun 5, 2009 12:22:42 PM (16 years ago)
Author:
vboxsync
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r20320 r20321  
    17391739                        u32tpr = (u32tpr >> 4) & 0xf;
    17401740
    1741                         pCtx->eip += cbOp;
    17421741                        /* Check if the next instruction overwrites a general purpose register. If
    17431742                         * it does, then we can safely use it ourselves.
    17441743                         */
     1744                        pCtx->eip += cbOp;
    17451745                        rc = EMInterpretDisasOne(pVM, pVCpu, CPUMCTX2CORE(pCtx), &Cpu, &cbOp);
    17461746                        pCtx->eip = oldEip;
     
    17851785                             *   mov ecx, dword [fffe0080]        (5 bytes)
    17861786                             */
     1787                            pCtx->eip += cbOp;
    17871788                            rc = EMInterpretDisasOne(pVM, pVCpu, CPUMCTX2CORE(pCtx), &Cpu, &cbOp);
    17881789                            pCtx->eip = oldEip;
     
    18361837                             *   shr eax, 4
    18371838                             */
     1839                            pCtx->eip += cbOp;
    18381840                            rc = EMInterpretDisasOne(pVM, pVCpu, CPUMCTX2CORE(pCtx), &Cpu, &cbOp);
    18391841                            pCtx->eip = oldEip;
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