ntdll: Use __ASM_LOCAL_LABEL in syscall dispatchers.
commit41e708dafa0e917951a9cfb331f97a09d46b2aa6
authorBrendan Shanks <bshanks@codeweavers.com>
Thu, 9 Feb 2023 23:03:05 +0000 (9 15:03 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 16 Feb 2023 09:38:02 +0000 (16 10:38 +0100)
treeab44272b89f5d6ea27daedc2a4860dc0673acec8
parent1362b0c04f1df59cfac7c3bfe60f5d43b8ba449b
ntdll: Use __ASM_LOCAL_LABEL in syscall dispatchers.

Fixes compile error on ARM64 macOS.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54256
dlls/ntdll/unix/signal_arm.c
dlls/ntdll/unix/signal_arm64.c
dlls/ntdll/unix/signal_i386.c
dlls/ntdll/unix/signal_x86_64.c