mirror of
https://github.com/acpica/acpica/
synced 2025-03-30 18:12:56 +03:00
Support for hex/octal/misc escape sequences. Error on invalid escape.
date 2002.01.08.22.48.00; author rmoore1; state Exp;
This commit is contained in:
parent
1497d3ce8a
commit
5c42a10068
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslerror - Error handling and statistics
|
||||
* $Revision: 1.55 $
|
||||
* $Revision: 1.56 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -179,6 +179,7 @@ char *AslMessages [] = {
|
||||
"Invalid Bit Offset, Byte Offset required",
|
||||
"Opcode is not implemented in compiler AML code generator",
|
||||
"No enclosing While statement",
|
||||
"Invalid Escape Sequence",
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user