summaryrefslogtreecommitdiff
path: root/source/include/acstruct.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2015-03-12 10:27:57 -0700
committerRobert Moore <Robert.Moore@intel.com>2015-03-12 10:27:57 -0700
commit4f9e950d41cd6f6c704d5d6cf518647620d65e99 (patch)
tree3bb50bfef2dbf85ec8d139973899be0b76b74282 /source/include/acstruct.h
parentf5d2ff3fa05341d9fe27250fcb2e14c7f871432c (diff)
downloadacpica-4f9e950d41cd6f6c704d5d6cf518647620d65e99.tar.gz
iASL: Enhancement for constant folding.
Add support to fold expressions with a target operand -- these are folded and converted to a Store operator: Add (4, 3, INT1) --> Store (7, INT1) Also supports ASL+ constructs: INT1 = 4 + 3 --> Store (7, INT1)
Diffstat (limited to 'source/include/acstruct.h')
-rw-r--r--source/include/acstruct.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/acstruct.h b/source/include/acstruct.h
index 5258f0e55..ad43d6cec 100644
--- a/source/include/acstruct.h
+++ b/source/include/acstruct.h
@@ -141,11 +141,6 @@
#define ACPI_WALK_METHOD 0x01
#define ACPI_WALK_METHOD_RESTART 0x02
-/* Flags for iASL compiler only */
-
-#define ACPI_WALK_CONST_REQUIRED 0x10
-#define ACPI_WALK_CONST_OPTIONAL 0x20
-
typedef struct acpi_walk_state
{