diff options
Diffstat (limited to 'source/components/dispatcher/dsdebug.c')
| -rw-r--r-- | source/components/dispatcher/dsdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/dispatcher/dsdebug.c b/source/components/dispatcher/dsdebug.c index a7ece9b013bd..68d3fc2fb07a 100644 --- a/source/components/dispatcher/dsdebug.c +++ b/source/components/dispatcher/dsdebug.c @@ -254,7 +254,7 @@ AcpiDsDumpMethodStack ( /* Ignore control codes, they are not errors */ - if ((Status & AE_CODE_MASK) == AE_CODE_CONTROL) + if (ACPI_CNTL_EXCEPTION (Status)) { return_VOID; } |
