|
@@ -70,13 +70,14 @@
|
|
|
|
|
|
#ifdef ACPI_ASL_COMPILER
|
|
#ifdef ACPI_ASL_COMPILER
|
|
#define ACPI_APPLICATION
|
|
#define ACPI_APPLICATION
|
|
-#define ACPI_DISASSEMBLER
|
|
|
|
#define ACPI_DEBUG_OUTPUT
|
|
#define ACPI_DEBUG_OUTPUT
|
|
#define ACPI_CONSTANT_EVAL_ONLY
|
|
#define ACPI_CONSTANT_EVAL_ONLY
|
|
#define ACPI_LARGE_NAMESPACE_NODE
|
|
#define ACPI_LARGE_NAMESPACE_NODE
|
|
#define ACPI_DATA_TABLE_DISASSEMBLY
|
|
#define ACPI_DATA_TABLE_DISASSEMBLY
|
|
#define ACPI_SINGLE_THREADED
|
|
#define ACPI_SINGLE_THREADED
|
|
#define ACPI_32BIT_PHYSICAL_ADDRESS
|
|
#define ACPI_32BIT_PHYSICAL_ADDRESS
|
|
|
|
+
|
|
|
|
+#define ACPI_DISASSEMBLER 1
|
|
#endif
|
|
#endif
|
|
|
|
|
|
/* acpi_exec configuration. Multithreaded with full AML debugger */
|
|
/* acpi_exec configuration. Multithreaded with full AML debugger */
|
|
@@ -151,12 +152,12 @@
|
|
#define ACPI_USE_LOCAL_CACHE
|
|
#define ACPI_USE_LOCAL_CACHE
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-/* Common debug support */
|
|
|
|
|
|
+/* Common debug/disassembler support */
|
|
|
|
|
|
#ifdef ACPI_FULL_DEBUG
|
|
#ifdef ACPI_FULL_DEBUG
|
|
-#define ACPI_DEBUGGER
|
|
|
|
#define ACPI_DEBUG_OUTPUT
|
|
#define ACPI_DEBUG_OUTPUT
|
|
-#define ACPI_DISASSEMBLER
|
|
|
|
|
|
+#define ACPI_DEBUGGER 1
|
|
|
|
+#define ACPI_DISASSEMBLER 1
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|