kernel32/tests: Enable debug break exception race tests on i386 Wine.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Jacek Caban 2019-09-20 16:33:53 +02:00 committed by Alexandre Julliard
parent c052f29c96
commit 27da4fa449
1 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ static void test_debugger(const char *argv0)
}
else win_skip("call_debug_service_code not supported on this architecture\n");
if (sizeof(loop_code) > 1 && (sizeof(void*) == 8 || broken(1) /* FIXME: broken in Wine */))
if (sizeof(loop_code) > 1)
{
memset(buf, OP_BP, sizeof(buf));
memcpy(proc_code, &loop_code, sizeof(loop_code));