Cleanup of internal field objects

date	2001.04.09.17.55.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:22:35 +00:00
parent b1da888d1a
commit a194831718

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: nsdump - table dumping routines for debug
* $Revision: 1.89 $
* $Revision: 1.90 $
*
*****************************************************************************/
@ -471,7 +471,7 @@ AcpiNsDumpOneObject (
break;
case INTERNAL_TYPE_INDEX_FIELD:
Value = (UINT8 *) ObjDesc->IndexField.Index;
Value = (UINT8 *) ObjDesc->IndexField.IndexObj;
break;
default: