Changeset 97211 in vbox for trunk/include/VBox
- Timestamp:
- Oct 18, 2022 2:43:03 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r97203 r97211 724 724 725 725 DISDECL(uint8_t) DISGetParamSize(PCDISSTATE pDis, PCDISOPPARAM pParam); 726 #if 0 /* unused */ 726 727 DISDECL(DISSELREG) DISDetectSegReg(PCDISSTATE pDis, PCDISOPPARAM pParam); 727 728 DISDECL(uint8_t) DISQuerySegPrefixByte(PCDISSTATE pDis); 728 729 730 729 #endif 730 731 #if 0 /* Needs refactoring if we want to use this again, CPUMCTXCORE is history. */ 731 732 /** @name Flags returned by DISQueryParamVal (DISQPVPARAMVAL::flags). 732 733 * @{ … … 799 800 DISDECL(int) DISPtrReg32(PCPUMCTXCORE pCtx, unsigned reg32, uint32_t **ppReg); 800 801 DISDECL(int) DISPtrReg64(PCPUMCTXCORE pCtx, unsigned reg64, uint64_t **ppReg); 802 #endif /* obsolete */ 801 803 802 804
Note:
See TracChangeset
for help on using the changeset viewer.