Adjusted project name.
This commit is contained in:
parent
cbb33f86e8
commit
8eab28012a
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ static int ParseFieldWidth (Declaration* Decl)
|
||||||
|
|
||||||
if (SizeOf (Decl->Type) != SizeOf (type_uint)) {
|
if (SizeOf (Decl->Type) != SizeOf (type_uint)) {
|
||||||
/* Only int sized types may be used for bit-fields for now */
|
/* Only int sized types may be used for bit-fields for now */
|
||||||
Error ("CC65 currently only supports unsigned int bit-fields");
|
Error ("cc65 currently only supports unsigned int bit-fields");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue