mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
Adjusted project name.
This commit is contained in:
parent
cbb33f86e8
commit
8eab28012a
@ -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…
Reference in New Issue
Block a user