Changeset 29440 in vbox
- Timestamp:
- May 13, 2010 1:44:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstCompiler.cpp
r28800 r29440 29 29 #include <VBox/x86.h> 30 30 #include <iprt/string.h> 31 #include <iprt/message.h> 32 #include <iprt/initterm.h> 31 33 32 34 #if 1 … … 223 225 int main() 224 226 { 227 int rc = RTR3Init(); 228 if (RT_FAILURE(rc)) 229 return RTMsgInitFailure(rc); 230 225 231 RTPrintf("tstBitFields: This testcase requires manual inspection of the output!\n" 226 232 "\n"
Note:
See TracChangeset
for help on using the changeset viewer.