mirror of
https://github.com/acpica/acpica/
synced 2025-01-17 14:59:56 +03:00
Added varparams to the _REPORT_xxx interfaces; 16-bit fixes
date 2000.09.20.20.52.00; author rmoore1; state Exp;
This commit is contained in:
parent
ad65e90230
commit
f477d6ad2f
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: nsdump - table dumping routines for debug
|
||||
* $Revision: 1.78 $
|
||||
* $Revision: 1.79 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -305,7 +305,7 @@ AcpiNsDumpOneObject (
|
||||
|
||||
if (!AcpiCmValidAcpiName (ThisNode->Name))
|
||||
{
|
||||
REPORT_WARNING ("Invalid Name");
|
||||
REPORT_WARNING (("Invalid ACPI Name 0x%X\n", ThisNode->Name));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user