Hold address sizes in an unsigned char
git-svn-id: svn://svn.cc65.org/cc65/trunk@2680 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
|
||||
|
||||
SegDef* NewSegDef (const char* Name, unsigned AddrSize)
|
||||
SegDef* NewSegDef (const char* Name, unsigned char AddrSize)
|
||||
/* Create a new segment definition and return it */
|
||||
{
|
||||
/* Allocate memory */
|
||||
@@ -78,3 +78,4 @@ SegDef* DupSegDef (const SegDef* Def)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user