ACPICA: Dispatcher: Add trace support for interpreter
[cascardo/linux.git] / drivers / acpi / acpica / aclocal.h
index 607e628..610d001 100644 (file)
@@ -715,7 +715,7 @@ union acpi_parse_value {
        union acpi_parse_object *arg;   /* arguments and contained ops */
 };
 
-#ifdef ACPI_DISASSEMBLER
+#if defined(ACPI_DISASSEMBLER) || defined(ACPI_DEBUG_OUTPUT)
 #define ACPI_DISASM_ONLY_MEMBERS(a)     a;
 #else
 #define ACPI_DISASM_ONLY_MEMBERS(a)