VirtualBox

Changeset 99225 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 30, 2023 12:59:24 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156598
Message:

Disassember,*: Start separating the disassembler into a architecture specific and common part, bugref:10394 [build fixes]

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dis-x86-amd64.h

    r99220 r99225  
    4747RT_C_DECLS_BEGIN
    4848
    49 /** @defgroup grp_dis   VBox Disassembler
     49/** @addtogroup grp_dis   VBox Disassembler
    5050 * @{ */
    51 
    52 /** Forward declaration of pointer to const opcode. */
    53 typedef const struct DISOPCODE *PCDISOPCODE;
    54 /** Forward declaration of pointer to opcode parameter. */
    55 typedef struct DISOPPARAM *PDISOPPARAM;
    56 
    5751
    5852/** @name Prefix byte flags (DISSTATE::fPrefix).
  • trunk/include/VBox/types.h

    r99208 r99225  
    12231223typedef struct DISSTATE const *PCDISSTATE;
    12241224
     1225/** Forward declaration of pointer to const opcode. */
     1226typedef const struct DISOPCODE *PCDISOPCODE;
     1227
     1228/** Forward declaration of pointer to opcode parameter. */
     1229typedef struct DISOPPARAM *PDISOPPARAM;
     1230
    12251231
    12261232/**
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