Need DumpBuffer in the non-debug case

date	2001.08.31.20.51.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:07:43 +00:00
parent 761c026614
commit 5d729198f3

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utdebug - Debug print routines
* $Revision: 1.86 $
* $Revision: 1.87 $
*
*****************************************************************************/
@ -575,6 +575,10 @@ AcpiUtPtrExit (
AcpiGbl_NestingLevel--;
}
#endif
/*****************************************************************************
*
@ -715,4 +719,3 @@ AcpiUtDumpBuffer (
return;
}
#endif