Skip to content

Logical Not op broken #294

@martin-hughes

Description

@martin-hughes

The following script generates this error: ParseFail(InternalError("Operation has invalid argument types: [Argument::Object(operand)], in src\\aml\\mod.rs:1945"))

DefinitionBlock("", "DSDT", 1, "RSACPI", "LOGICNOT", 1) {
    Method (MAIN, 0, NotSerialized) {
        Local0 = !1
        Return (Local0)
    }
}

This happens whether it's the ! or LNot() operations.

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