Skip to content

Commit ffebf33

Browse files
bchaliosroypat
authored andcommitted
fix: error handling in AML code generation
Right now, we include a few panics and assertions in the code that generates AML bytecode for our ACPI tables. Change the AML methods to explicitly return a Result type and substitute these panics and assertions with error types. Also, change some type methods that now need to return a Result as well. Signed-off-by: Babis Chalios <[email protected]>
1 parent ccb3c8f commit ffebf33

File tree

7 files changed

+431
-261
lines changed

7 files changed

+431
-261
lines changed

0 commit comments

Comments
 (0)