VirtualBox

Ignore:
Timestamp:
Jun 15, 2012 1:01:49 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78545
Message:

DISOPCODE: s/opcode/uOpcode/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PATMPatch.cpp

    r41734 r41737  
    859859        &&  pPatch->pTempInfo->uPatchRetParam1 == (uint32_t)pCpu->param1.parval) /* nr of bytes popped off the stack should be identical of course! */
    860860    {
    861         Assert(pCpu->pCurInstr->opcode == OP_RETN);
     861        Assert(pCpu->pCurInstr->uOpcode == OP_RETN);
    862862        STAM_COUNTER_INC(&pVM->patm.s.StatGenRetReused);
    863863
     
    13361336        /* Modify REG part according to destination of original instruction */
    13371337        pPB[offset++] = MAKE_MODRM(0, pCpu->param1.base.reg_gen, 5);
    1338         if (pCpu->pCurInstr->opcode == OP_STR)
     1338        if (pCpu->pCurInstr->uOpcode == OP_STR)
    13391339        {
    13401340            *(RTRCPTR *)&pPB[offset] = pVM->patm.s.pCPUMCtxGC + RT_OFFSETOF(CPUMCTX, tr);
     
    13811381        pPB[offset++] = 0x66;              // mov       ax, CPUMCTX.tr/ldtr
    13821382        pPB[offset++] = 0xA1;
    1383         if (pCpu->pCurInstr->opcode == OP_STR)
     1383        if (pCpu->pCurInstr->uOpcode == OP_STR)
    13841384        {
    13851385            *(RTRCPTR *)&pPB[offset] = pVM->patm.s.pCPUMCtxGC + RT_OFFSETOF(CPUMCTX, tr);
     
    14261426    // sidt %Ms
    14271427
    1428     switch (pCpu->pCurInstr->opcode)
     1428    switch (pCpu->pCurInstr->uOpcode)
    14291429    {
    14301430    case OP_SGDT:
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