From a194831718044bc39b52ffd87c2e1c94b3971028 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 18:22:35 +0000 Subject: [PATCH] Cleanup of internal field objects date 2001.04.09.17.55.00; author rmoore1; state Exp; --- source/components/namespace/nsdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/namespace/nsdump.c b/source/components/namespace/nsdump.c index 9e17c5da9..7b33b4bfb 100644 --- a/source/components/namespace/nsdump.c +++ b/source/components/namespace/nsdump.c @@ -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: