Changeset 57358 in vbox for trunk/src/VBox/VMM/testcase/Instructions
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Instructions/tstVBInsTstR3.cpp
r56287 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include <iprt/mem.h> 23 23 #include <iprt/string.h> … … 33 33 34 34 35 /******************************************************************************* 36 * Structures and Typedefs *37 ******************************************************************************* /35 /********************************************************************************************************************************* 36 * Structures and Typedefs * 37 *********************************************************************************************************************************/ 38 38 #if HC_ARCH_BITS == 64 39 39 typedef uint64_t VBINSTSTREG; … … 43 43 44 44 45 /******************************************************************************* 46 * Global Variables *47 ******************************************************************************* /45 /********************************************************************************************************************************* 46 * Global Variables * 47 *********************************************************************************************************************************/ 48 48 RTTEST g_hTest; 49 49
Note:
See TracChangeset
for help on using the changeset viewer.