Fixed a bug introduced by EXPR_SEGMENT -> EXPR_SECTION change
git-svn-id: svn://svn.cc65.org/cc65/trunk@1838 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f5df124b10
commit
ed1e1db09b
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ static void SkipExpr (FILE* F)
|
||||||
(void) Read16 (F);
|
(void) Read16 (F);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EXPR_SEGMENT:
|
case EXPR_SECTION:
|
||||||
/* Read the segment number */
|
/* Read the segment number */
|
||||||
(void) Read8 (F);
|
(void) Read8 (F);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue