Skip to content

AML: Cannot interpret methods that contain FieldUnits #247

Open
@newcomb-luke

Description

@newcomb-luke

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions