CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2021/03/07 15:53:46
Modified files: sys/dev/acpi : dsdt.c Log message: 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