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
da9fbef9
Commit
da9fbef9
authored
Jan 16, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Jan 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Add ARM64 signal handling.
parent
d11e72f9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile.in
dlls/ntdll/Makefile.in
+1
-0
ntdll.spec
dlls/ntdll/ntdll.spec
+1
-1
signal_arm64.c
dlls/ntdll/signal_arm64.c
+0
-0
No files found.
dlls/ntdll/Makefile.in
View file @
da9fbef9
...
...
@@ -38,6 +38,7 @@ C_SRCS = \
serial.c
\
server.c
\
signal_arm.c
\
signal_arm64.c
\
signal_i386.c
\
signal_powerpc.c
\
signal_sparc.c
\
...
...
dlls/ntdll/ntdll.spec
View file @
da9fbef9
...
...
@@ -145,7 +145,7 @@
@ stdcall NtCreateTimer(ptr long ptr long)
@ stub NtCreateToken
# @ stub NtCreateWaitablePort
@ stdcall -arch=win32 NtCurrentTeb()
@ stdcall -arch=win32
,arm64
NtCurrentTeb()
# @ stub NtDebugActiveProcess
# @ stub NtDebugContinue
@ stdcall NtDelayExecution(long ptr)
...
...
dlls/ntdll/signal_arm64.c
0 → 100644
View file @
da9fbef9
This diff is collapsed.
Click to expand it.
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