VirtualBox

Changeset 20322 in vbox for trunk/src/VBox/VMM/VMMR0


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

More updates

File:
1 edited

Legend:

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

    r20321 r20322  
    17771777                        {
    17781778                            RTGCPTR  oldEip   = pCtx->eip;
    1779                             RTGCPTR  GCPtrTpr = Cpu.param1.disp32;
     1779                            RTGCPTR  GCPtrTpr = (uint32_t)Cpu.param1.disp32;
    17801780                            uint32_t uMmioReg = Cpu.param2.base.reg_gen;
    17811781
     
    17921792                                &&  Cpu.param1.flags == USE_REG_GEN32
    17931793                                &&  Cpu.param2.flags == USE_DISPLACEMENT32
    1794                                 &&  Cpu.param2.disp32 == GCPtrTpr
     1794                                &&  Cpu.param2.disp32 == (uint32_t)GCPtrTpr
    17951795                                &&  cbOp == 5)
    17961796                            {
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