Changeset 31460 in vbox for trunk/include/VBox
- Timestamp:
- Aug 9, 2010 7:59:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbgf.h
r30453 r31460 857 857 /** No address in the output. */ 858 858 #define DBGF_DISAS_FLAGS_NO_ADDRESS RT_BIT(5) 859 /** Set if the hidden selector registers are known to be valid. (REM hack to 860 * avoid assertions.) */ 861 #define DBGF_DISAS_FLAGS_HID_SEL_REGS_VALID RT_BIT(6) 859 862 /** Disassemble in the default mode of the specific context. */ 860 863 #define DBGF_DISAS_FLAGS_DEFAULT_MODE UINT32_C(0x00000000) … … 870 873 #define DBGF_DISAS_FLAGS_MODE_MASK UINT32_C(0x70000000) 871 874 /** Mask containing the valid flags. */ 872 #define DBGF_DISAS_FLAGS_VALID_MASK UINT32_C(0x700000 3f)875 #define DBGF_DISAS_FLAGS_VALID_MASK UINT32_C(0x7000007f) 873 876 /** @} */ 874 877
Note:
See TracChangeset
for help on using the changeset viewer.