mirror of
https://github.com/acpica/acpica/
synced 2025-01-19 16:09:19 +03:00
ACPI 5.0/AcpiExec: Fix GCC generation problem.
Remove // comments.
This commit is contained in:
parent
f5c6043a1d
commit
d06db1beb0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user