Commit da9fbef9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Add ARM64 signal handling.

parent d11e72f9
......@@ -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 \
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment