Fixed compilation of bitfields of enumerations in args and ivars

From-SVN: r47928
This commit is contained in:
Nicola Pero 2001-12-12 10:41:48 +00:00
parent ad1a6d451f
commit fc9cfd2354
1 changed files with 2 additions and 1 deletions

View File

@ -6832,7 +6832,8 @@ encode_complete_bitfield (int position, tree type, int size)
charType = 'q'; charType = 'q';
} }
} }
else if (code == ENUMERAL_TYPE)
charType = 'i';
else else
abort (); abort ();