Changeset 38309 in vbox for trunk/include
- Timestamp:
- Aug 4, 2011 11:00:18 AM (13 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDevTesting.h
r31665 r38309 107 107 #define VMMDEV_TESTING_UNIT_INSTRS UINT8_C(0x19) /**< Instructions. */ 108 108 #define VMMDEV_TESTING_UNIT_INSTRS_PER_SEC UINT8_C(0x1a) /**< Instructions per second. */ 109 #define VMMDEV_TESTING_UNIT_NONE UINT8_C(0x1b) /**< No unit. */ 109 110 /** @} */ 110 111 -
trunk/include/VBox/VMMDevTesting.mac
r30772 r38309 46 46 %define VMMDEV_TESTING_UNIT_INSTRS 0x19 47 47 %define VMMDEV_TESTING_UNIT_INSTRS_PER_SEC 0x1a 48 %define VMMDEV_TESTING_UNIT_NONE 0x1b 48 49 %define VMMDEV_TESTING_NOP_RET 0x64726962 49 50 %endif
Note:
See TracChangeset
for help on using the changeset viewer.