Changed a comment line.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4125 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -134,7 +134,7 @@ struct SymEntry {
|
|||||||
/* Data for bit fields */
|
/* Data for bit fields */
|
||||||
struct {
|
struct {
|
||||||
unsigned Offs; /* Byte offset into struct */
|
unsigned Offs; /* Byte offset into struct */
|
||||||
unsigned BitOffs; /* Bit offset into last byte */
|
unsigned BitOffs; /* Bit offset into storage unit */
|
||||||
unsigned BitWidth; /* Width in bits */
|
unsigned BitWidth; /* Width in bits */
|
||||||
} B;
|
} B;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user