VirtualBox

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


Ignore:
Timestamp:
Jun 12, 2012 8:29:07 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78469
Message:

DIS,CSAM: Combine the displacement members of OP_PARAMETER into a union to save a little bit of space.

File:
1 edited

Legend:

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

    r41659 r41662  
    13331333            {
    13341334                addr = 0;
    1335                 PGMPhysSimpleReadGCPtr(pVCpu, &addr, (RTRCUINTPTR)cpu.param1.disp32, sizeof(addr));
     1335                PGMPhysSimpleReadGCPtr(pVCpu, &addr, (RTRCUINTPTR)cpu.param1.uDisp.i32, sizeof(addr));
    13361336            }
    13371337            else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette