diff options
Diffstat (limited to 'source/compiler/aslmapoutput.c')
| -rw-r--r-- | source/compiler/aslmapoutput.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source/compiler/aslmapoutput.c b/source/compiler/aslmapoutput.c index 07ed89a1eb59..4d2e0e92f8ad 100644 --- a/source/compiler/aslmapoutput.c +++ b/source/compiler/aslmapoutput.c @@ -453,7 +453,7 @@ MpEmitDeviceTree (      /* Walk the namespace from the root */      (void) AcpiNsWalkNamespace (ACPI_TYPE_DEVICE, ACPI_ROOT_OBJECT, -            ACPI_UINT32_MAX, FALSE, MpEmitOneDevice, NULL, NULL, NULL); +        ACPI_UINT32_MAX, FALSE, MpEmitOneDevice, NULL, NULL, NULL);  } | 
