Changeset 40209 in vbox for trunk/src/VBox/VMM/testcase/tstX86-1.cpp
- Timestamp:
- Feb 22, 2012 12:14:21 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstX86-1.cpp
r40199 r40209 255 255 RTTestFailed(hTest, "x861_Test5 -> %d", rc); 256 256 257 #endif 257 258 RTTestSub(hTest, "Floating point exceptions ++"); 258 259 rc = x861_Test7(); 259 260 if (rc != 0) 260 261 RTTestFailed(hTest, "x861_Test6 -> %d", rc); 261 #endif262 262 263 263 rc = x861_TestFPUInstr1();
Note:
See TracChangeset
for help on using the changeset viewer.