提交 f8c73f8a 编写于 作者: B Bob Moore 提交者: Rafael J. Wysocki

ACPICA: Disassembler: Update for C-style expressions.

Add extra set of parens for assignments within an expression.

This patch only affects compiler support which is not in the Linux kernel.
Signed-off-by: NBob Moore <robert.moore@intel.com>
Signed-off-by: NLv Zheng <lv.zheng@intel.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 5f040fc7
......@@ -829,6 +829,7 @@ struct acpi_parse_state {
#define ACPI_PARSEOP_PREDEF_CHECKED 0x08
#define ACPI_PARSEOP_SPECIAL 0x10
#define ACPI_PARSEOP_COMPOUND 0x20
#define ACPI_PARSEOP_ASSIGNMENT 0x40
/*****************************************************************************
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册