Move all attributes and other information that is attached to a token into a
structure named Token. git-svn-id: svn://svn.cc65.org/cc65/trunk@4910 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 1998-2009, Ullrich von Bassewitz */
|
||||
/* (C) 1998-2011, Ullrich von Bassewitz */
|
||||
/* Roemerstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
@@ -1255,7 +1255,7 @@ static void PutTST (const InsDesc* Ins)
|
||||
EffAddr A;
|
||||
|
||||
/* The first argument is always an immediate byte */
|
||||
if (Tok != TOK_HASH) {
|
||||
if (CurTok.Tok != TOK_HASH) {
|
||||
ErrorSkip ("Invalid addressing mode");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user