ntdll/tests: Fix iret to invalid selector test on x64.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
111398c364
commit
4094767634
|
@ -2832,8 +2832,8 @@ static const struct exception
|
|||
0, 1, STATUS_PRIVILEGED_INSTRUCTION, 0 },
|
||||
|
||||
/* test iret to invalid selector */
|
||||
{ { 0x6a, 0x00, 0x6a, 0x00, 0x6a, 0x00, 0xcf, 0x83, 0xc4, 0x18, 0xc3 },
|
||||
/* 15: pushq $0; pushq $0; pushq $0; iret; addl $24,%esp; ret */
|
||||
{ { 0x6a, 0x00, 0x6a, 0x00, 0x6a, 0x00, 0xcf, 0x48, 0x83, 0xc4, 0x18, 0xc3 },
|
||||
/* 15: pushq $0; pushq $0; pushq $0; iret; addq $24,%rsp; ret */
|
||||
6, 1, STATUS_ACCESS_VIOLATION, 2, { 0, 0xffffffffffffffff } },
|
||||
/* 15 */
|
||||
/* test loading an invalid selector */
|
||||
|
|
Loading…
Reference in New Issue