summaryrefslogtreecommitdiff
path: root/debugger/dbstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/dbstats.c')
-rw-r--r--debugger/dbstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/dbstats.c b/debugger/dbstats.c
index f2f2f78f6a69..63a62ecbef8b 100644
--- a/debugger/dbstats.c
+++ b/debugger/dbstats.c
@@ -446,7 +446,7 @@ AcpiDbCountNamespaceObjects (
}
(void) AcpiNsWalkNamespace (ACPI_TYPE_ANY, ACPI_ROOT_OBJECT,
- ACPI_UINT32_MAX, FALSE, AcpiDbClassifyOneObject, NULL, NULL);
+ ACPI_UINT32_MAX, FALSE, AcpiDbClassifyOneObject, NULL, NULL, NULL);
}