Changeset 53609 in vbox for trunk/src/VBox/ValidationKit/utils/cpu/cidet.h
- Timestamp:
- Dec 30, 2014 6:34:49 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/cpu/cidet.h
r53608 r53609 872 872 DECLCALLBACKMEMBER(void, pfnFailure)(struct CIDETCORE *pThis, const char *pszFormat, va_list va); 873 873 874 /** Variable that's incremented each time the FNCIDETSETUPINOUT is called875 * for an instruction. Reset when changing instruction or switching876 * between valid and invalidinputs. */877 uint32_t iInOut;874 /** Array of indexes for use by FNCIDETSETUPINOUT. 875 * Reset when changing instruction or switching between valid and invalid 876 * inputs. */ 877 uint32_t aiInOut[4]; 878 878 879 879 /** @name Copyied and extracted instruction information.
Note:
See TracChangeset
for help on using the changeset viewer.