VirtualBox

Changeset 59408 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Jan 19, 2016 1:19:02 PM (9 years ago)
Author:
vboxsync
Message:

We use @todo, not XXX!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmCore.cpp

    r59265 r59408  
    25322532    uint8_t implOpcode = (byte1 & 0x1f);
    25332533
    2534     // REX.RXB -- XXX check this!
     2534    // REX.RXB
     2535    /** @todo Check this! was weird: ~(byte1 & 0xe0) */
    25352536    if (pDis->uCpuMode == DISCPUMODE_64BIT && !(byte1 & 0xe0))
    25362537        pDis->fRexPrefix |= (byte1 >> 5) ^ 7;
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