summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Builtins
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-01 23:59:03 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-01 23:59:03 +0200
commit5bc5e4de0d4dcfc52c192315ca5c59a066d678d8 (patch)
tree0de48d9d3645b0cd6857b84629d0adbcd353a521 /Kernel/Builtins
parentfc0d38259fd6670966b916b1f28a11f3cb2a4c45 (diff)
MHR-23: Fix ACPI and APIC probe.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Builtins')
-rw-r--r--Kernel/Builtins/ACPI/ACPI.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Builtins/ACPI/ACPI.hxx b/Kernel/Builtins/ACPI/ACPI.hxx
index d9bfeaca..430a39f4 100644
--- a/Kernel/Builtins/ACPI/ACPI.hxx
+++ b/Kernel/Builtins/ACPI/ACPI.hxx
@@ -81,7 +81,7 @@ namespace NewOS
UInt32 OemRev;
UInt32 CreatorID;
UInt32 CreatorRevision;
- UInt64 AddressArr[];
+ UInt32 AddressArr[];
};
} // namespace NewOS