diff options
Diffstat (limited to 'dev/modules/ACPI/ACPI.h')
| -rw-r--r-- | dev/modules/ACPI/ACPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/modules/ACPI/ACPI.h b/dev/modules/ACPI/ACPI.h index 49434de0..305c061c 100644 --- a/dev/modules/ACPI/ACPI.h +++ b/dev/modules/ACPI/ACPI.h @@ -83,7 +83,7 @@ namespace Kernel UInt32 OemRev; UInt32 CreatorID; UInt32 CreatorRevision; - UInt32 AddressArr[]; + UInt32 AddressArr[1]; }; } // namespace Kernel |
