VirtualBox

Changeset 97211 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 18, 2022 2:43:03 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154187
Message:

DIS: Drop the register access function based on CPUMCTXCORE as the structure is being removed and nobody uses these any more.

File:
1 edited

Legend:

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

    r97203 r97211  
    724724
    725725DISDECL(uint8_t)    DISGetParamSize(PCDISSTATE pDis, PCDISOPPARAM pParam);
     726#if 0 /* unused */
    726727DISDECL(DISSELREG)  DISDetectSegReg(PCDISSTATE pDis, PCDISOPPARAM pParam);
    727728DISDECL(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.  */
    731732/** @name Flags returned by DISQueryParamVal (DISQPVPARAMVAL::flags).
    732733 * @{
     
    799800DISDECL(int) DISPtrReg32(PCPUMCTXCORE pCtx, unsigned reg32, uint32_t **ppReg);
    800801DISDECL(int) DISPtrReg64(PCPUMCTXCORE pCtx, unsigned reg64, uint64_t **ppReg);
     802#endif /* obsolete */
    801803
    802804
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