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?