Restructuring the object file format
git-svn-id: svn://svn.cc65.org/cc65/trunk@2196 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -398,9 +398,9 @@ static O65RelocTab* NewO65RelocTab (void)
|
||||
O65RelocTab* R = xmalloc (sizeof (O65RelocTab));
|
||||
|
||||
/* Initialize the data */
|
||||
R->Size = RELOC_BLOCKSIZE;
|
||||
R->Size = 0;
|
||||
R->Fill = 0;
|
||||
R->Buf = xmalloc (RELOC_BLOCKSIZE);
|
||||
R->Buf = 0;
|
||||
|
||||
/* Return the created struct */
|
||||
return R;
|
||||
|
||||
Reference in New Issue
Block a user