Added alignment and math macros

date	2000.06.01.22.40.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:22:05 +00:00
parent 551a676e53
commit 92a2580ee1

View File

@ -307,7 +307,7 @@ NsDumpOneObject (
Type = INTERNAL_TYPE_DefAny; /* prints as *ERROR* */
}
if (!CmValidAcpiName (*(UINT32 *) &ThisEntry->Name))
if (!CmValidAcpiName (ThisEntry->Name))
{
REPORT_WARNING ("Invalid Name");
}
@ -316,13 +316,8 @@ NsDumpOneObject (
* Now we can print out the pertinent information
*/
DEBUG_PRINT_RAW (TRACE_TABLES,
(" %4.4s %-9s ", &ThisEntry->Name, CmGetTypeName (Type)));
DEBUG_PRINT_RAW (TRACE_TABLES, ("%p S:%p O:%p",
ThisEntry,
ThisEntry->Scope,
ThisEntry->Object));
DEBUG_PRINT_RAW (TRACE_TABLES, (" %4.4s %-9s ", &ThisEntry->Name, CmGetTypeName (Type)));
DEBUG_PRINT_RAW (TRACE_TABLES, ("%p S:%p O:%p", ThisEntry, ThisEntry->Scope, ThisEntry->Object));
if (!ThisEntry->Object)