forked from Bananymous/banan-os
Kernel: Implement AML ToHexStringOp
This commit is contained in:
@@ -152,6 +152,7 @@ namespace Kernel::ACPI
|
||||
case AML::Byte::XorOp:
|
||||
return AML::Expression::parse(context);
|
||||
case AML::Byte::ToBufferOp:
|
||||
case AML::Byte::ToHexStringOp:
|
||||
case AML::Byte::ToIntegerOp:
|
||||
case AML::Byte::ToStringOp:
|
||||
return AML::Conversion::parse(context);
|
||||
|
||||
Reference in New Issue
Block a user