Module: wine Branch: master Commit: fcdccb252f249880366bb50ef2c6091e63efbf04 URL: https://gitlab.winehq.org/wine/wine/-/commit/fcdccb252f249880366bb50ef2c6091...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Nov 6 16:22:31 2023 +0100
ntdll: Add comments to stack switches in dispatchers.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52213 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54346
---
dlls/ntdll/unix/signal_arm.c | 7 +++++++ dlls/ntdll/unix/signal_arm64.c | 6 ++++++ dlls/ntdll/unix/signal_i386.c | 7 +++++++ dlls/ntdll/unix/signal_x86_64.c | 6 ++++++ 4 files changed, 26 insertions(+)