acpi icon indicating copy to clipboard operation
acpi copied to clipboard

AML: Cannot interpret methods that contain FieldUnits

Open newcomb-luke opened this issue 6 months ago • 0 comments

FieldUnit expansion is not yet implemented, and this causes method entries such as some _CRS methods and others to fail. This causes this match branch to be called:

_ => Err(AmlError::TypeCannotBeWrittenToBufferField(value.type_of())),

This crashes, even though for some more simple methods, this should be able to be executed.

newcomb-luke avatar Apr 13 '25 01:04 newcomb-luke