forked from Bananymous/banan-os
Kernel: Implement AML BreakOp and ContinueOp
This commit is contained in:
@@ -173,6 +173,8 @@ namespace Kernel::ACPI
|
||||
return AML::Scope::parse(context);
|
||||
case AML::Byte::IfOp:
|
||||
return AML::IfElse::parse(context);
|
||||
case AML::Byte::BreakOp:
|
||||
case AML::Byte::ContinueOp:
|
||||
case AML::Byte::WhileOp:
|
||||
return AML::While::parse(context);
|
||||
case AML::Byte::StoreOp:
|
||||
|
||||
Reference in New Issue
Block a user