mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Kernel: Fix crash when booting with ACPI.
This commit is contained in:
parent
eea72b9b5c
commit
8571209560
Notes:
sideshowbarker
2024-07-18 22:52:36 +09:00
Author: https://github.com/asynts
Commit: 8571209560
Pull-request: https://github.com/SerenityOS/serenity/pull/5102
Issue: https://github.com/SerenityOS/serenity/issues/5098
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ void Parser::access_generic_address(const Structures::GenericAddressStructure& s
|
|||
switch ((GenericAddressStructure::AddressSpace)structure.address_space) {
|
||||
case GenericAddressStructure::AddressSpace::SystemIO: {
|
||||
IOAddress address(structure.address);
|
||||
dbgln("ACPI: Sending value {:x} to {:p}", value, address);
|
||||
dbgln("ACPI: Sending value {:x} to {}", value, address);
|
||||
switch (structure.access_size) {
|
||||
case (u8)GenericAddressStructure::AccessSize::QWord: {
|
||||
dbgln("Trying to send QWord to IO port");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue