mirror of
https://github.com/acpica/acpica/
synced 2025-03-20 05:02:53 +03:00
Added new message type, "Optimizations"
date 2002.08.13.22.13.00; author rmoore1; state Exp;
This commit is contained in:
parent
327522dbf6
commit
bed543a834
@ -2,7 +2,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Module Name: aslcompiler.h - common include file
|
* Module Name: aslcompiler.h - common include file
|
||||||
* $Revision: 1.115 $
|
* $Revision: 1.116 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -316,7 +316,8 @@ AslCommonError (
|
|||||||
void
|
void
|
||||||
AePrintException (
|
AePrintException (
|
||||||
UINT32 FileId,
|
UINT32 FileId,
|
||||||
ASL_ERROR_MSG *Enode);
|
ASL_ERROR_MSG *Enode,
|
||||||
|
char *Header);
|
||||||
|
|
||||||
void
|
void
|
||||||
AePrintErrorLog (
|
AePrintErrorLog (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user