[PATCH v2 0/2] MR76: ntdll: Set up 32-bit segments to support Wow64 on macOS 10.15+.

Alexandre Julliard (@julliard) wine at gitlab.winehq.org
Fri May 20 06:07:31 CDT 2022


Alexandre Julliard (@julliard) commented about dlls/ntdll/unix/signal_x86_64.c:
>  }
>  
>  static USHORT cs32_sel;  /* selector for %cs in 32-bit mode */
> +#ifdef __APPLE__
> +static USHORT ds32_sel;  /* selector for %ds in 32-bit mode */
> +#endif
This doesn't seem to be used for anything, do we need it?

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/76#note_1056



More information about the wine-devel mailing list