diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-29 10:53:39 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-29 10:53:39 +0200 |
| commit | 0824a76b4f7294a74f4728084ca13070a4c8e7da (patch) | |
| tree | 94804942a9119ad8666f7b3cdf6b2f80503a2a93 /libs/acpi | |
| parent | 1e24d2b3cd4315fff4177c593bcfeef5b354f612 (diff) | |
| download | kernel-0824a76b4f7294a74f4728084ca13070a4c8e7da.tar.xz kernel-0824a76b4f7294a74f4728084ca13070a4c8e7da.zip | |
chore: normalize panic messages
Diffstat (limited to 'libs/acpi')
| -rw-r--r-- | libs/acpi/acpi/data/madt.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/acpi/acpi/data/madt.hpp b/libs/acpi/acpi/data/madt.hpp index 2bff7470..4a929a42 100644 --- a/libs/acpi/acpi/data/madt.hpp +++ b/libs/acpi/acpi/data/madt.hpp @@ -61,7 +61,7 @@ namespace acpi { if (type() != EntryType::this_type) { - kstd::os::panic("Invalid cast"); + kstd::os::panic("[ACPI:DATA] Invalid cast"); } return reinterpret_cast<EntryType const &>(*this); } |
