summaryrefslogtreecommitdiff
path: root/source/compiler/asloffset.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-07-20 22:31:50 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-07-20 22:31:50 +0000
commit136eac2a0638d3c751b1987603f71a9ae26879fd (patch)
tree1e61df024e8a47b6bc4e25d07f455c9dcd7e2dc8 /source/compiler/asloffset.c
parentf3bbb1ca6c1b2b877d015a8f5f0c67e48a7a57ae (diff)
downloadsrc-test2-136eac2a0638d3c751b1987603f71a9ae26879fd.tar.gz
src-test2-136eac2a0638d3c751b1987603f71a9ae26879fd.zip
Notes
Diffstat (limited to 'source/compiler/asloffset.c')
-rw-r--r--source/compiler/asloffset.c2
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;