krnl386: Don't handle %ss in fix_selector().

Loading %ss with zero isn't valid either. If %ss is invalid we have bigger
problems anyway.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-09-26 21:11:13 -05:00 committed by Alexandre Julliard
parent ea2b0033e0
commit 4b7355e7f6

View file

@ -93,7 +93,6 @@ static BOOL fix_selector( CONTEXT *context )
switch(instr[0])
{
case 0x07: /* pop es */
case 0x17: /* pop ss */
case 0x1f: /* pop ds */
break;
case 0x0f: /* extended instruction */