automated code cleanup

date	2004.04.27.18.26.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:39:19 +00:00
parent ea746c6ad5
commit 90fa31f6b4

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: adisasm - Application-level disassembler routines
* $Revision: 1.66 $
* $Revision: 1.67 $
*
*****************************************************************************/
@ -548,9 +548,9 @@ AdAmlDisassemble (
}
/*
* TBD: We want to cross reference the namespace here, in order to
* TBD: We want to cross reference the namespace here, in order to
* generate External() statements. The problem is that the parse
* tree is in run-time (interpreter) format, not compiler format,
* tree is in run-time (interpreter) format, not compiler format,
* so we cannot directly use the function below:
*
* Status = LkCrossReferenceNamespace ();