mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:08:11 +00:00
Kernel: Fix crash when booting with ACPI.
This commit is contained in:
parent
eea72b9b5c
commit
8571209560
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