ACPI 5.0/AcpiExec: Fix GCC generation problem.

Remove // comments.
This commit is contained in:
Robert Moore 2011-11-03 15:04:15 -07:00 committed by Lin Ming
parent f5c6043a1d
commit d06db1beb0

View File

@ -1026,11 +1026,12 @@ AeRegionHandler (
Length = 32;
break;
// (-2) for status/length - is this correct?
case AML_FIELD_ATTRIB_MULTIBYTE:
case AML_FIELD_ATTRIB_RAW_BYTES:
case AML_FIELD_ATTRIB_RAW_PROCESS:
/* (-2) for status/length */
Length = MyContext->AccessLength - 2;
break;
@ -1058,11 +1059,11 @@ AeRegionHandler (
Length = 32;
break;
// (-2) for status/length - is this correct?
case AML_FIELD_ATTRIB_MULTIBYTE:
case AML_FIELD_ATTRIB_RAW_BYTES:
case AML_FIELD_ATTRIB_RAW_PROCESS:
/* (-2) for status/length */
Length = MyContext->AccessLength - 2;
break;