You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've already opened a similar issue in ACPICA: acpica/acpica#908
I think LAI is mimicking ACPICA here, but that is not correct behavior.
The operand of IncrementOp is a SuperName therefore it can be a result of RefOf.
I've already opened a similar issue in ACPICA: acpica/acpica#908
I think LAI is mimicking ACPICA here, but that is not correct behavior.
The operand of
IncrementOp
is aSuperName
therefore it can be a result ofRefOf
.Simple reproducer code:
This dies on
LAI_ENSURE(result.type == LAI_INTEGER)
The text was updated successfully, but these errors were encountered: