mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 01:14:46 +03:00
Missing optional semicolon after macro
date 2000.05.09.17.50.00; author rmoore1; state Exp;
This commit is contained in:
parent
d297ded403
commit
579da73f47
@ -166,7 +166,7 @@ AmlResolveOperands (
|
||||
OpInfo = PsGetOpcodeInfo (Opcode);
|
||||
if (!OpInfo)
|
||||
{
|
||||
return_ACPI_STATUS (AE_AML_BAD_OPCODE)
|
||||
return_ACPI_STATUS (AE_AML_BAD_OPCODE);
|
||||
}
|
||||
|
||||
|
||||
@ -235,7 +235,7 @@ AmlResolveOperands (
|
||||
OpInfo = PsGetOpcodeInfo (Opcode);
|
||||
if (!OpInfo)
|
||||
{
|
||||
return_ACPI_STATUS (AE_AML_BAD_OPCODE)
|
||||
return_ACPI_STATUS (AE_AML_BAD_OPCODE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user