mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
make DEBUG_EXEC into DEBUG_ONLY_MEMBERS
date 2000.11.07.03.12.00; author agrover; state Exp;
This commit is contained in:
parent
ca15dc9634
commit
812fcafc59
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: cmalloc - local memory allocation routines
|
||||
* $Revision: 1.76 $
|
||||
* $Revision: 1.77 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -642,7 +642,7 @@ _CmAllocate (
|
||||
UINT32 Line)
|
||||
{
|
||||
void *Address = NULL;
|
||||
DEBUG_EXEC (\
|
||||
DEBUG_ONLY_MEMBERS (\
|
||||
ACPI_STATUS Status)
|
||||
|
||||
|
||||
@ -709,7 +709,7 @@ _CmCallocate (
|
||||
UINT32 Line)
|
||||
{
|
||||
void *Address = NULL;
|
||||
DEBUG_EXEC (\
|
||||
DEBUG_ONLY_MEMBERS (\
|
||||
ACPI_STATUS Status)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user