VirtualBox

Changeset 20462 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 10, 2009 12:06:02 PM (16 years ago)
Author:
vboxsync
Message:

Compile warning removed

File:
1 edited

Legend:

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

    r20406 r20462  
    23732373        AssertRC(rc);
    23742374
     2375        Log(("Emulated write successfully\n"));
    23752376        pCtx->rip += cbOp;
    23762377        return VINF_SUCCESS;
     
    23902391        AssertRC(rc);
    23912392
     2393        Log(("Emulated read successfully\n"));
    23922394        pCtx->rip += cbOp;
    23932395        return VINF_SUCCESS;
     
    24172419        &&  Cpu.pCurInstr->opcode == OP_MOV)
    24182420    {
     2421#if 0
    24192422        uint8_t szInstr[15];
    24202423        if (    cbOp == 10
     
    25542557            }
    25552558        }
     2559#endif
    25562560        rc = svmR0EmulateTprMov(pVCpu, &Cpu, pCtx, cbOp);
    25572561        if (rc != VINF_SUCCESS)
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