mirror of
https://github.com/cc65/cc65.git
synced 2025-04-07 11:38:02 +00:00
Fixed a warning
git-svn-id: svn://svn.cc65.org/cc65/trunk@3118 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d184d938fd
commit
cb7c50a8ce
@ -1762,7 +1762,7 @@ void HandlePseudo (void)
|
||||
/* Safety check */
|
||||
if (PSEUDO_COUNT != (TOK_LASTPSEUDO - TOK_FIRSTPSEUDO + 1)) {
|
||||
Internal ("Pseudo mismatch: PSEUDO_COUNT = %u, actual count = %u\n",
|
||||
PSEUDO_COUNT, TOK_LASTPSEUDO - TOK_FIRSTPSEUDO + 1);
|
||||
(unsigned) PSEUDO_COUNT, TOK_LASTPSEUDO - TOK_FIRSTPSEUDO + 1);
|
||||
}
|
||||
CHECK (Index < PSEUDO_COUNT);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user