mirror of
https://github.com/acpica/acpica/
synced 2025-01-17 14:59:56 +03:00
Cleanup of internal field objects
date 2001.04.09.17.55.00; author rmoore1; state Exp;
This commit is contained in:
parent
b1da888d1a
commit
a194831718
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user