mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 00:14:18 +03:00
Support for bit offset <--> byteoffset conversions
date 2001.06.05.21.30.00; author rmoore1; state Exp;
This commit is contained in:
parent
bb504750c8
commit
3690376291
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslerror - Error handling and statistics
|
||||
* $Revision: 1.47 $
|
||||
* $Revision: 1.48 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -161,7 +161,7 @@ char *AslMessages [] = {
|
||||
"Invalid type",
|
||||
"Multiple types",
|
||||
"",
|
||||
"Not a control method",
|
||||
"Not a control method, cannot invoke",
|
||||
"Splitting long input line",
|
||||
"Recursive method call",
|
||||
"Not a parameter, used as local only",
|
||||
@ -173,6 +173,8 @@ char *AslMessages [] = {
|
||||
"Access width is greater than region size",
|
||||
"Field unit extends beyond region limit",
|
||||
"Resource field name cannot be used as a target",
|
||||
"Byte Offset converted to Bit Offset",
|
||||
"Bit Offset converted to Byte Offset",
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user