VirtualBox

Changeset 8357 in vbox for trunk/include/VBox/dis.h


Ignore:
Timestamp:
Apr 24, 2008 12:45:47 PM (17 years ago)
Author:
vboxsync
Message:

More disassmbler updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dis.h

    r8352 r8357  
    123123#define OPTYPE_DEFAULT_64_OP_SIZE       RT_BIT(21)  /**< Default 64 bits operand size */
    124124#define OPTYPE_FORCED_64_OP_SIZE        RT_BIT(22)  /**< Forced 64 bits operand size; regardless of prefix bytes */
     125#define OPTYPE_REXB_EXTENDS_OPREG       RT_BIT(23)  /**< REX.B extends the register field in the opcode byte */
    125126#define OPTYPE_ALL                      (0xffffffff)
    126127
     
    487488    uint16_t    param3;
    488489
    489     uint32_t    optype;
     490    unsigned    optype;
    490491} OPCODE;
    491492#pragma pack()
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