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:
aystarik 2005-06-29 15:40:14 +00:00
parent 642b48e1cf
commit aace49a5cd

View File

@ -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: