Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
fad3e416
Commit
fad3e416
authored
Jan 17, 2024
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Add exception test for int 2d on x86-64.
parent
1f8bba0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
exception.c
dlls/ntdll/tests/exception.c
+7
-0
No files found.
dlls/ntdll/tests/exception.c
View file @
fad3e416
...
...
@@ -3185,6 +3185,13 @@ static const struct exception
1
,
1
,
STATUS_SINGLE_STEP
,
0
},
{
{
0xcd
,
0x2c
,
0xc3
},
0
,
2
,
STATUS_ASSERTION_FAILURE
,
0
},
{
{
0xb8
,
0xb8
,
0xb8
,
0xb8
,
0xb8
,
/* mov $0xb8b8b8b8, %eax */
0xcd
,
0x2d
,
0xfa
,
0xc3
},
/* int $0x2d; cli; ret */
7
,
1
,
STATUS_BREAKPOINT
,
1
,
{
0xb8b8b8b8
}
},
/* 40 */
{
{
0xb8
,
0x01
,
0x00
,
0x00
,
0x00
,
/* mov $0x01, %eax */
0xcd
,
0x2d
,
0xfa
,
0xc3
},
/* int $0x2d; cli; ret */
8
,
0
,
STATUS_SUCCESS
,
0
},
};
static
int
got_exception
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment