Changeset 40242 in vbox for trunk/src/VBox/VMM/testcase/tstX86-1.cpp
- Timestamp:
- Feb 23, 2012 9:58:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstX86-1.cpp
r40209 r40242 255 255 RTTestFailed(hTest, "x861_Test5 -> %d", rc); 256 256 257 #endif258 257 RTTestSub(hTest, "Floating point exceptions ++"); 259 258 rc = x861_Test7(); 260 259 if (rc != 0) 261 260 RTTestFailed(hTest, "x861_Test6 -> %d", rc); 261 #endif 262 262 263 263 rc = x861_TestFPUInstr1();
Note:
See TracChangeset
for help on using the changeset viewer.