VirtualBox

Changeset 7134 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 25, 2008 6:20:35 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28395
Message:

Eliminate cpum.h dependency (shuts up a bunch of .c warnings). Fixed the header tests.

File:
1 edited

Legend:

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

    r7015 r7134  
    2929#include <VBox/cdefs.h>
    3030#include <VBox/types.h>
    31 #include <VBox/cpum.h>
    3231#include <VBox/disopcode.h>
    3332
     
    7271/** @} */
    7372
    74 /** 64 bits prefix byte flags 
     73/** 64 bits prefix byte flags
    7574 * @{
    7675 */
     
    119118#define OPTYPE_ONLY_64                  RT_BIT(20)  /**< Only valid in 64 bits mode */
    120119#define OPTYPE_DEFAULT_64_OP_SIZE       RT_BIT(21)  /**< Default 64 bits operand size */
    121 #define OPTYPE_FORCED_64_OP_SIZE        RT_BIT(22)  /**< Forced 64 bits operand size; regardless of prefix bytes */ 
     120#define OPTYPE_FORCED_64_OP_SIZE        RT_BIT(22)  /**< Forced 64 bits operand size; regardless of prefix bytes */
    122121#define OPTYPE_ALL                      (0xffffffff)
    123122
     
    553552DISDECL(int) DISFetchReg32(PCPUMCTXCORE pCtx, uint32_t reg32, uint32_t *pVal);
    554553DISDECL(int) DISFetchRegSeg(PCPUMCTXCORE pCtx, uint32_t sel, RTSEL *pVal);
    555 DISDECL(int) DISFetchRegSegEx(PCPUMCTXCORE pCtx, uint32_t sel, RTSEL *pVal, CPUMSELREGHID **ppSelHidReg);
     554DISDECL(int) DISFetchRegSegEx(PCPUMCTXCORE pCtx, uint32_t sel, RTSEL *pVal, PCPUMSELREGHID *ppSelHidReg);
    556555DISDECL(int) DISWriteReg8(PCPUMCTXCORE pRegFrame, uint32_t reg8, uint8_t val8);
    557556DISDECL(int) DISWriteReg16(PCPUMCTXCORE pRegFrame, uint32_t reg32, uint16_t val16);
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