Changeset 57358 in vbox for trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
- 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/Runtime/testcase/tstRTInlineAsm.cpp
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <iprt/asm.h> 31 32 #include <iprt/asm-math.h> … … 55 56 56 57 57 /******************************************************************************* 58 * Defined Constants And Macros *59 ******************************************************************************* /58 /********************************************************************************************************************************* 59 * Defined Constants And Macros * 60 *********************************************************************************************************************************/ 60 61 #define CHECKVAL(val, expect, fmt) \ 61 62 do \ … … 99 100 100 101 101 /******************************************************************************* 102 * Global Variables *103 ******************************************************************************* /102 /********************************************************************************************************************************* 103 * Global Variables * 104 *********************************************************************************************************************************/ 104 105 /** The test instance. */ 105 106 static RTTEST g_hTest;
Note:
See TracChangeset
for help on using the changeset viewer.