mirror of
https://github.com/acpica/acpica/
synced 2025-03-14 02:02:52 +03:00
Added and deployed FUNCTION_ENTRY macro. Cleaned up comments to
standardize multi-line comments. date 2001.08.27.17.57.00; author rmoore1; state Exp;
This commit is contained in:
parent
2d62247f55
commit
98bd36aecb
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acmacros.h - C macros for the entire subsystem.
|
||||
* $Revision: 1.90 $
|
||||
* $Revision: 1.91 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -518,6 +518,9 @@
|
||||
AcpiUtTraceU32(__LINE__,&_Dbg,(UINT32)b)
|
||||
#define FUNCTION_TRACE_STR(a,b) PROC_NAME(a)\
|
||||
AcpiUtTraceStr(__LINE__,&_Dbg,(NATIVE_CHAR *)b)
|
||||
|
||||
#define FUNCTION_ENTRY AcpiUtTrackStackPtr
|
||||
|
||||
/*
|
||||
* Function exit tracing.
|
||||
* WARNING: These macros include a return statement. This is usually considered
|
||||
@ -599,6 +602,7 @@
|
||||
#define FUNCTION_EXIT
|
||||
#define FUNCTION_STATUS_EXIT(s)
|
||||
#define FUNCTION_VALUE_EXIT(s)
|
||||
#define FUNCTION_ENTRY
|
||||
#define DUMP_STACK_ENTRY(a)
|
||||
#define DUMP_OPERANDS(a,b,c,d,e)
|
||||
#define DUMP_ENTRY(a,b)
|
||||
|
Loading…
x
Reference in New Issue
Block a user