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
8ed36639
Commit
8ed36639
authored
May 01, 2024
by
Jacek Caban
Committed by
Alexandre Julliard
May 07, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winecrt0: Support __os_arm64x_dispatch_call symbol on ARM64EC.
This is needed for hybrid patchable guest exit thunks generated by the compiler.
parent
7c03bca5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
arm64ec.c
dlls/winecrt0/arm64ec.c
+5
-1
No files found.
dlls/winecrt0/arm64ec.c
View file @
8ed36639
...
...
@@ -24,7 +24,6 @@
#include "winnt.h"
#include "wine/asm.h"
void
*
__os_arm64x_check_call
=
0
;
void
*
__os_arm64x_check_icall_cfg
=
0
;
void
*
__os_arm64x_dispatch_call_no_redirect
=
0
;
void
*
__os_arm64x_dispatch_fptr
=
0
;
...
...
@@ -51,6 +50,11 @@ asm( ".section .data,\"drw\"\n"
"__os_arm64x_dispatch_icall:
\n
"
".globl __os_arm64x_check_icall
\n
"
"__os_arm64x_check_icall:
\n
"
".xword 0
\n
"
".globl __os_arm64x_dispatch_call
\n
"
"__os_arm64x_dispatch_call:
\n
"
".globl __os_arm64x_check_call
\n
"
"__os_arm64x_check_call:
\n
"
".xword 0
\n
"
);
__ASM_GLOBAL_FUNC
(
__icall_helper_arm64ec
,
...
...
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