summaryrefslogtreecommitdiff
path: root/source/components/executer/exresop.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2021-01-04 22:20:55 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2021-01-04 22:20:55 +0000
commita4634ed7779f0905e3bfeb781e58d40a5bdf9bb7 (patch)
tree8e0e40f55257c63c3329cc4d985dd0640d3b2d26 /source/components/executer/exresop.c
parent960614968e0da10b32875a57ea1e30cc9c85b5e0 (diff)
Import ACPICA 20201217.vendor/acpica/20201217
Diffstat (limited to 'source/components/executer/exresop.c')
-rw-r--r--source/components/executer/exresop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/executer/exresop.c b/source/components/executer/exresop.c
index bf43d5d28d7c..b0d1c7409e60 100644
--- a/source/components/executer/exresop.c
+++ b/source/components/executer/exresop.c
@@ -358,7 +358,7 @@ AcpiExResolveOperands (
TargetOp = AML_DEBUG_OP;
- /*lint -fallthrough */
+ ACPI_FALLTHROUGH;
case ACPI_REFCLASS_ARG:
case ACPI_REFCLASS_LOCAL:
@@ -422,7 +422,7 @@ AcpiExResolveOperands (
* Else not a string - fall through to the normal Reference
* case below
*/
- /*lint -fallthrough */
+ ACPI_FALLTHROUGH;
case ARGI_REFERENCE: /* References: */
case ARGI_INTEGER_REF: