Fix aml_store() to work properly when the lvalue is a reference of
authoryasuoka <yasuoka@openbsd.org>
Sun, 7 Mar 2021 22:53:46 +0000 (22:53 +0000)
committeryasuoka <yasuoka@openbsd.org>
Sun, 7 Mar 2021 22:53:46 +0000 (22:53 +0000)
commitc1053d6a5a6ff0c23fa9cda5b6bd2d6feb9d82b6
tree5bb5e4d5948c397f3892c1cccb4b528905d51c6d
parent4a621ffcccfcf56c22afebf0b2b34e38a0260457
Fix aml_store() to work properly when the lvalue is a reference of
LocalX.  In that case, resolving the reference must be done before
resetting the LocalX variable.  test daniel

ok kettenis
sys/dev/acpi/dsdt.c