Bug Fixes for Linux version of compiler

date	2002.05.28.21.44.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:03:32 +00:00
parent 26cc36c346
commit 792ab97bc9

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslmain - compiler main and utilities
* $Revision: 1.51 $
* $Revision: 1.52 $
*
*****************************************************************************/
@ -130,7 +130,7 @@
int optind;
NATIVE_CHAR *optarg;
UINT32 Gbl_ExceptionCount[2] = {0,0};
UINT32 Gbl_ExceptionCount[ASL_NUM_REPORT_LEVELS] = {0,0,0};
char hex[] = {'0','1','2','3','4','5','6','7',
'8','9','A','B','C','D','E','F'};