mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 17:04:21 +03:00
Need DumpBuffer in the non-debug case
date 2001.08.31.20.51.00; author rmoore1; state Exp;
This commit is contained in:
parent
761c026614
commit
5d729198f3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user