VirtualBox

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


Ignore:
Timestamp:
Jun 15, 2012 12:11:28 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78541
Message:

DISCPUSTATE: s/prefix_rex/fRexPrefix/ s/lastprefix/bLastPrefix/ s/opcode/bOpcode/

File:
1 edited

Legend:

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

    r41732 r41733  
    4848} DISCPUMODE;
    4949
    50 /** @name Prefix byte flags (DISCPUSTATE::prefix_rex).
     50/** @name Prefix byte flags (DISCPUSTATE::fRexPrefix).
    5151 * @{
    5252 */
     
    6868/** @} */
    6969
    70 /** @name 64 bits prefix byte flags (DISCPUSTATE::prefix_rex).
     70/** @name 64 bits prefix byte flags (DISCPUSTATE::fRexPrefix).
    7171 * Requires VBox/disopcode.h.
    7272 * @{
     
    537537    /* off: 0x070 (112) */
    538538    /** REX prefix value (64 bits only). */
    539     uint8_t         prefix_rex;
     539    uint8_t         fRexPrefix;
    540540    /** Segment prefix value (DISSELREG). */
    541541    uint8_t         idxSegPrefix;
    542542    /** Last prefix byte (for SSE2 extension tables). */
    543     uint8_t         lastprefix;
     543    uint8_t         bLastPrefix;
    544544    /** First opcode byte of instruction. */
    545     uint8_t         opcode;
     545    uint8_t         bOpCode;
    546546    /* off: 0x074 (116) */
    547547    /** The size of the prefix bytes. */
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