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
47f59be2
Commit
47f59be2
authored
Dec 01, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Don't clear x86-64 registers when receiving a 32-bit context.
They can still be valid if running in Wow64 mode. Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e5e857c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
thread.c
dlls/ntdll/unix/thread.c
+0
-8
No files found.
dlls/ntdll/unix/thread.c
View file @
47f59be2
...
...
@@ -850,14 +850,6 @@ static NTSTATUS context_from_server( void *dst, const context_t *from, USHORT ma
to
->
Rbx
=
from
->
integer
.
i386_regs
.
ebx
;
to
->
Rsi
=
from
->
integer
.
i386_regs
.
esi
;
to
->
Rdi
=
from
->
integer
.
i386_regs
.
edi
;
to
->
R8
=
0
;
to
->
R9
=
0
;
to
->
R10
=
0
;
to
->
R11
=
0
;
to
->
R12
=
0
;
to
->
R13
=
0
;
to
->
R14
=
0
;
to
->
R15
=
0
;
}
if
((
from
->
flags
&
SERVER_CTX_SEGMENTS
)
&&
(
to_flags
&
CONTEXT_AMD64_SEGMENTS
))
{
...
...
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