Changeset 99225 in vbox for trunk/include/VBox
- Timestamp:
- Mar 30, 2023 12:59:24 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156598
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis-x86-amd64.h
r99220 r99225 47 47 RT_C_DECLS_BEGIN 48 48 49 /** @ defgroup grp_dis VBox Disassembler49 /** @addtogroup grp_dis VBox Disassembler 50 50 * @{ */ 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 57 51 58 52 /** @name Prefix byte flags (DISSTATE::fPrefix). -
trunk/include/VBox/types.h
r99208 r99225 1223 1223 typedef struct DISSTATE const *PCDISSTATE; 1224 1224 1225 /** Forward declaration of pointer to const opcode. */ 1226 typedef const struct DISOPCODE *PCDISOPCODE; 1227 1228 /** Forward declaration of pointer to opcode parameter. */ 1229 typedef struct DISOPPARAM *PDISOPPARAM; 1230 1225 1231 1226 1232 /**
Note:
See TracChangeset
for help on using the changeset viewer.