VirtualBox

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


Ignore:
Timestamp:
Jun 15, 2012 1:25:47 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78546
Message:

DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs

File:
1 edited

Legend:

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

    r41737 r41738  
    9191/** @} */
    9292
    93 /** @name Operand type.
     93/** @name Operand type (DISOPCODE::fOpType).
    9494 * @{
    9595 */
     
    449449    const char  *pszOpcode;
    450450#endif
     451    /** Parameter \#1 parser index. */
    451452    uint8_t     idxParse1;
     453    /** Parameter \#2 parser index. */
    452454    uint8_t     idxParse2;
     455    /** Parameter \#3 parser index. */
    453456    uint8_t     idxParse3;
     457    /** Unused padding.  */
    454458    uint8_t     uUnused;
    455459    /** The opcode identifier. This DIS specific, @see grp_dis_opcodes and
    456460     * VBox/disopcode.h. */
    457461    uint16_t    uOpcode;
    458     uint16_t    param1;
    459     uint16_t    param2;
    460     uint16_t    param3;
    461     uint32_t    optype;
     462    /** Parameter \#1 info, @see grp_dis_opparam. */
     463    uint16_t    fParam1;
     464    /** Parameter \#2 info, @see grp_dis_opparam. */
     465    uint16_t    fParam2;
     466    /** Parameter \#3 info, @see grp_dis_opparam. */
     467    uint16_t    fParam3;
     468    /** Operand type flags, DISOPTYPE_XXX. */
     469    uint32_t    fOpType;
    462470} DISOPCODE;
    463471/** Pointer to const opcode. */
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