summaryrefslogtreecommitdiff
path: root/debugger/dbexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/dbexec.c')
-rw-r--r--debugger/dbexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/dbexec.c b/debugger/dbexec.c
index f6e20ce55c79..7990890fc056 100644
--- a/debugger/dbexec.c
+++ b/debugger/dbexec.c
@@ -453,7 +453,7 @@ AcpiDbExecute (
if (*Name == '*')
{
(void) AcpiWalkNamespace (ACPI_TYPE_METHOD, ACPI_ROOT_OBJECT,
- ACPI_UINT32_MAX, AcpiDbExecutionWalk, NULL, NULL);
+ ACPI_UINT32_MAX, AcpiDbExecutionWalk, NULL, NULL, NULL);
return;
}
else