mirror of
https://github.com/acpica/acpica/
synced 2025-01-23 01:42:04 +03:00
Field support update - restructure for > 32-bit support for all field
types. Cleanup of field types date 2001.04.06.23.11.00; author rmoore1; state Exp;
This commit is contained in:
parent
642b48e1cf
commit
aace49a5cd
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslanalyze.c - check for semantic errors
|
||||
* $Revision: 1.26 $
|
||||
* $Revision: 1.27 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -282,7 +282,7 @@ AnMapEtypeToBtype (
|
||||
switch (Etype)
|
||||
{
|
||||
|
||||
case INTERNAL_TYPE_FIELD:
|
||||
case INTERNAL_TYPE_REGION_FIELD:
|
||||
case INTERNAL_TYPE_BANK_FIELD:
|
||||
case INTERNAL_TYPE_INDEX_FIELD:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user