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>
This commit is contained in:
parent
c052f29c96
commit
27da4fa449
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue