﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
471	return values for GetCS, GetSS not correctly set	Lars Erdmann	eco	"src\acpi\Drvlib\misc.asm:[[BR]]
routine ""GetCS"" around line 69:[[BR]]
is:[[BR]]
GetCS              Proc Near[[BR]]
                   mov  eax,cs[[BR]]
                   ret[[BR]]
GetCS              EndP[[BR]]
[[BR]]
should be:[[BR]]
GetCS              Proc Near[[BR]]
                   xor  eax,eax[[BR]]
                   mov  ax,cs[[BR]]
                   ret[[BR]]
GetCS              EndP[[BR]][[BR]]
analogous for routine ""GetSS"" around line 76 , should be:[[BR]]
GetSS              Proc Near[[BR]]
                   xor  eax,eax[[BR]]
                   mov  ax,ss[[BR]]
                   ret[[BR]]
GetSS              EndP



"	defect	closed	trivial		ACPI PSD		wontfix		
