diff options
Diffstat (limited to 'source/compiler/asloffset.c')
-rw-r--r-- | source/compiler/asloffset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/asloffset.c b/source/compiler/asloffset.c index baf436ef8dc4..b1e6f5ac146f 100644 --- a/source/compiler/asloffset.c +++ b/source/compiler/asloffset.c @@ -363,7 +363,7 @@ LsEmitOffsetTableEntry ( /* Get the full pathname to the namespace node */ TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER; - Status = AcpiNsHandleToPathname (Node, &TargetPath); + Status = AcpiNsHandleToPathname (Node, &TargetPath, FALSE); if (ACPI_FAILURE (Status)) { return; |