Temporarily disable fxsave test

This commit is contained in:
Fabian 2017-07-27 16:34:05 +02:00
parent befddacccf
commit dbe71128e6

View file

@ -2999,7 +2999,7 @@ int main(int argc, char **argv)
test_conv();
#ifdef TEST_SSE
test_sse();
test_fxsave();
//test_fxsave();
#endif
test_exceptions();
//test_single_step();