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
c7fcbea4
Commit
c7fcbea4
authored
Mar 09, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wow64: Don't update the exception address in raise_exception().
parent
ce737601
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
syscall.c
dlls/wow64/syscall.c
+0
-2
No files found.
dlls/wow64/syscall.c
View file @
c7fcbea4
...
...
@@ -325,7 +325,6 @@ __ASM_GLOBAL_FUNC( raise_exception,
"movq (%rsp),%rcx
\n\t
"
/* original first parameter */
"movq 0x28(%rsp),%rax
\n\t
"
/* return address */
"movq %rax,0xf8(%rdx)
\n\t
"
/* context->Rip */
"movq %rax,0x10(%rcx)
\n\t
"
/* rec->ExceptionAddress */
"call "
__ASM_NAME
(
"NtRaiseException"
)
)
#elif defined(__aarch64__)
__ASM_GLOBAL_FUNC
(
raise_exception
,
...
...
@@ -344,7 +343,6 @@ __ASM_GLOBAL_FUNC( raise_exception,
"stp x4, x5, [x1, #0xf0]
\n\t
"
/* context->Fp, Lr */
"add x4, sp, #32
\n\t
"
/* orig stack pointer */
"stp x4, x5, [x1, #0x100]
\n\t
"
/* context->Sp, Pc */
"str x5, [x0, #0x10]
\n\t
"
/* rec->ExceptionAddress */
"bl "
__ASM_NAME
(
"NtRaiseException"
)
)
#endif
...
...
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