VirtualBox

Changeset 48177 in vbox


Ignore:
Timestamp:
Aug 30, 2013 3:05:26 AM (11 years ago)
Author:
vboxsync
Message:

emInterpretCmpXchg8b: Removed an assertion regarding the cpu not being in 64-bit mode that I think is wrong. The cmpxchg16b has a REX.W prefix according to intel, I just hope the disassembler can deal with that...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r48066 r48177  
    30803080static int emInterpretCmpXchg8b(PVM pVM, PVMCPU pVCpu, PDISCPUSTATE pDis, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
    30813081{
    3082     Assert(pDis->uCpuMode != DISCPUMODE_64BIT);    /** @todo check */
    30833082    DISQPVPARAMVAL param1;
    30843083    NOREF(pvFault);
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