From 136eac2a0638d3c751b1987603f71a9ae26879fd Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 20 Jul 2015 22:31:50 +0000 Subject: Import ACPICA 20150717. --- source/compiler/asloffset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/compiler/asloffset.c') 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; -- cgit v1.2.3