mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Changed a comment line.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4125 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f50520dffe
commit
90c731d1e9
@ -134,7 +134,7 @@ struct SymEntry {
|
||||
/* Data for bit fields */
|
||||
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 */
|
||||
} B;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user