summaryrefslogtreecommitdiff
path: root/source/include/acglobal.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-05-24 14:27:59 -0700
committerRobert Moore <Robert.Moore@intel.com>2016-05-24 14:27:59 -0700
commit152a8ca2c7fc877d6aff0f9d0965184ef2ddce5c (patch)
tree34754c6d97ded3b10d30fa4e1ff349863e8f1112 /source/include/acglobal.h
parent622063bae684490191c8e8b10bf18e86d0ab4ebf (diff)
downloadacpica-152a8ca2c7fc877d6aff0f9d0965184ef2ddce5c.tar.gz
Disassembler: Add option to emit embedded External operators/opcodes
Opcode 0x15 was added in ACPI 6.0 for disassemblers. The disassembler by default does not emit the actual opcodes, they are used internally. Option added for internal debugging only.
Diffstat (limited to 'source/include/acglobal.h')
-rw-r--r--source/include/acglobal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/acglobal.h b/source/include/acglobal.h
index 67a167216..23763127c 100644
--- a/source/include/acglobal.h
+++ b/source/include/acglobal.h
@@ -393,6 +393,7 @@ ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_IgnoreNoopOperator, FALSE);
ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_CstyleDisassembly, TRUE);
ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_ForceAmlDisassembly, FALSE);
ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DmOpt_Verbose, TRUE);
+ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DmEmitExternalOpcodes, FALSE);
ACPI_GLOBAL (BOOLEAN, AcpiGbl_DmOpt_Disasm);
ACPI_GLOBAL (BOOLEAN, AcpiGbl_DmOpt_Listing);