Go to file
Robert Moore 12bf088481 Fix for a Store->ArgX when ArgX contains a reference to a field.
This change fixes a problem where a Store operation to an ArgX object
that contained a reference to a field object did not complete the
automatic dereference and then write to the actual field object.
Instead, the object type of the field object was inadvertently changed
to match the type of the source operand. The new behavior will actually
write to the field object (buffer field or field unit), thus matching
the correct ACPI-defined behavior.
2013-09-04 14:14:40 -07:00
documents Logfile: Changes for version 20130823. 2013-08-23 09:45:17 -07:00
generate iASL: Implement wildcard support for -e option (get external tables). 2013-08-30 13:05:16 -07:00
source Fix for a Store->ArgX when ArgX contains a reference to a field. 2013-09-04 14:14:40 -07:00
tests Tests/AAPITS: Insert legal header in all source modules (.c, .h) 2013-08-21 12:20:49 -07:00
.gitignore Linuxize scripts: Add an ACPICA release library. 2013-08-22 08:33:00 -07:00
Makefile Add top-level unix Makefile for acpica tools/utilities. 2012-06-29 14:23:42 -07:00