Skip to content

Commit

Permalink
Fix another build breakage for ia64.
Browse files Browse the repository at this point in the history
  • Loading branch information
juikim committed Jan 21, 2013
1 parent 35b211d commit 5eef235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/contrib/dev/acpica/include/acglobal.h
Expand Up @@ -420,7 +420,7 @@ ACPI_EXTERN UINT8 AcpiGbl_DbOutputFlags;

#ifdef ACPI_DISASSEMBLER

BOOLEAN ACPI_INIT_GLOBAL (AcpiGbl_IgnoreNoopOperator, FALSE);
ACPI_EXTERN BOOLEAN ACPI_INIT_GLOBAL (AcpiGbl_IgnoreNoopOperator, FALSE);

ACPI_EXTERN BOOLEAN AcpiGbl_DbOpt_disasm;
ACPI_EXTERN BOOLEAN AcpiGbl_DbOpt_verbose;
Expand Down

0 comments on commit 5eef235

Please sign in to comment.