From 1c6f3e7bf6ed0a9ff1bd466e319cdf456e6e91dc Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 18 Dec 2015 18:35:46 +0000 Subject: Import ACPICA 20151218. --- source/compiler/asltree.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'source/compiler/asltree.c') diff --git a/source/compiler/asltree.c b/source/compiler/asltree.c index 0d800654f6ca..5067640742d4 100644 --- a/source/compiler/asltree.c +++ b/source/compiler/asltree.c @@ -155,12 +155,32 @@ TrReleaseNode ( } +/******************************************************************************* + * + * FUNCTION: TrSetCurrentFilename + * + * PARAMETERS: Op - An existing parse node + * + * RETURN: None + * + * DESCRIPTION: Save the include file filename. Used for debug output only. + * + ******************************************************************************/ + +void +TrSetCurrentFilename ( + ACPI_PARSE_OBJECT *Op) +{ + Op->Asl.Filename = Gbl_PreviousIncludeFilename; +} + + /******************************************************************************* * * FUNCTION: TrUpdateNode * * PARAMETERS: ParseOpcode - New opcode to be assigned to the node - * Op - An existing parse node + * Op - An existing parse node * * RETURN: The updated node * -- cgit v1.2.3