mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 09:54:42 +03:00
Improved 2 error messages
date 2002.09.27.22.19.00; author rmoore1; state Exp;
This commit is contained in:
parent
f551d56606
commit
6dc0a9f565
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: asltypes.h - compiler data types and struct definitions
|
||||
* $Revision: 1.52 $
|
||||
* $Revision: 1.53 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -442,8 +442,8 @@ char *AslMessages [] = {
|
||||
"Field Unit extends beyond region limit",
|
||||
"Access width of Field Unit extends beyond region limit",
|
||||
"Resource field name cannot be used as a target",
|
||||
"Invalid Byte Offset, Bit Offset required",
|
||||
"Invalid Bit Offset, Byte Offset required",
|
||||
"Field offset is in bytes, but a bit offset is required",
|
||||
"Field offset is in bits, but a byte offset is required",
|
||||
"Opcode is not implemented in compiler AML code generator",
|
||||
"No enclosing While statement",
|
||||
"Invalid or unknown escape sequence",
|
||||
|
Loading…
x
Reference in New Issue
Block a user