Changeset 96511 in vbox for trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp
- Timestamp:
- Aug 26, 2022 3:13:16 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153366
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp
r96407 r96511 42 42 43 43 #include "tstHelp.h" 44 #include < stdio.h>44 #include <iprt/stream.h> 45 45 46 46 /* Hack for validating nested HMCPU structures. */ … … 58 58 { 59 59 int rc = 0; 60 printf("tstAsmStructs: TESTING\n");60 RTPrintf("tstAsmStructs: TESTING\n"); 61 61 62 62 #ifdef IN_RING3 … … 67 67 68 68 if (rc) 69 printf("tstAsmStructs: FAILURE - %d errors \n", rc);69 RTPrintf("tstAsmStructs: FAILURE - %d errors \n", rc); 70 70 else 71 printf("tstAsmStructs: SUCCESS\n");71 RTPrintf("tstAsmStructs: SUCCESS\n"); 72 72 return rc; 73 73 } 74
Note:
See TracChangeset
for help on using the changeset viewer.