summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/compiler/asltree.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-06-05 18:43:13 +0000
committerjkim <jkim@FreeBSD.org>2009-06-05 18:43:13 +0000
commit40089f58a4f91db8bce335b75fbf69551f76b60e (patch)
treecfbe2497817e0ba60dd92c4044b148500f5312b9 /sys/contrib/dev/acpica/compiler/asltree.c
parenteca850df9b46df4fe5ab0235e1e28202e2dd90ff (diff)
parentc643f667af35e7f3289792a8887ace2ef3392cd1 (diff)
downloadFreeBSD-src-40089f58a4f91db8bce335b75fbf69551f76b60e.zip
FreeBSD-src-40089f58a4f91db8bce335b75fbf69551f76b60e.tar.gz
Import ACPICA 20090521.
Diffstat (limited to 'sys/contrib/dev/acpica/compiler/asltree.c')
-rw-r--r--sys/contrib/dev/acpica/compiler/asltree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/compiler/asltree.c b/sys/contrib/dev/acpica/compiler/asltree.c
index db9893d..7e161a7 100644
--- a/sys/contrib/dev/acpica/compiler/asltree.c
+++ b/sys/contrib/dev/acpica/compiler/asltree.c
@@ -2,7 +2,6 @@
/******************************************************************************
*
* Module Name: asltree - parse tree management
- * $Revision: 1.63 $
*
*****************************************************************************/
@@ -10,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -914,6 +913,7 @@ TrLinkPeerNodes (
This->Asl.Next = Next;
This = Next;
}
+ va_end (ap);
DbgPrint (ASL_PARSE_OUTPUT,"\n\n");
return (Start);
OpenPOWER on IntegriCloud