diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-02-09 18:18:00 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-02-09 18:18:00 +0000 |
| commit | 04f27355c01cb894338c3382792c0c2b75c86239 (patch) | |
| tree | 1eacbedc15cb558e6ca546ff15e375a14d717ca7 /source/include/amlcode.h | |
| parent | 30321a234a02f257e7f87456c8660064d7acdbfd (diff) | |
Notes
Diffstat (limited to 'source/include/amlcode.h')
| -rw-r--r-- | source/include/amlcode.h | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/source/include/amlcode.h b/source/include/amlcode.h index 3b27c92ecbf4..6507ae677f0c 100644 --- a/source/include/amlcode.h +++ b/source/include/amlcode.h @@ -386,24 +386,9 @@ #define ARGI_DEVICE_REF 0x0D #define ARGI_REFERENCE 0x0E #define ARGI_TARGETREF 0x0F /* Target, subject to implicit conversion */ -#define ARGI_SIMPLE_TARGET 0x10 /* Name, Local, Arg -- no implicit conversion */ -#define ARGI_STORE_TARGET 0x11 /* Target for store is TARGETREF + package objects */ -/* - * #define ARGI_FIXED_TARGET 0x10 Target, no implicit conversion - * - * Removed 10/2016. ARGI_FIXED_TARGET was used for these operators: - * FromBCD - * ToBCD - * ToDecimalString - * ToHexString - * ToInteger - * ToBuffer - * The purpose of this type was to disable "implicit result conversion", - * but this was incorrect per the ACPI spec and other ACPI implementations. - * These operators now have the target operand defined as a normal - * ARGI_TARGETREF. - */ - +#define ARGI_FIXED_TARGET 0x10 /* Target, no implicit conversion */ +#define ARGI_SIMPLE_TARGET 0x11 /* Name, Local, Arg -- no implicit conversion */ +#define ARGI_STORE_TARGET 0x12 /* Target for store is TARGETREF + package objects */ /* Multiple/complex types */ |
