mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ntdll/tests: Fix random test failure in test_restore_context().
This commit is contained in:
parent
e59bfb7b82
commit
03e08d1834
1 changed files with 0 additions and 1 deletions
|
@ -2465,7 +2465,6 @@ static void test_restore_context(void)
|
|||
rec.NumberParameters = 1;
|
||||
rec.ExceptionInformation[0] = (DWORD64)&buf;
|
||||
|
||||
ok(buf.MxCsr == 0x1f80, "Got unexpected MxCsr %#lx.\n", buf.MxCsr);
|
||||
ok(buf.FpCsr == 0x27f, "Got unexpected FpCsr %#x.\n", buf.FpCsr);
|
||||
buf.FpCsr = 0x7f;
|
||||
buf.MxCsr = 0x3f80;
|
||||
|
|
Loading…
Reference in a new issue