]> Shamusworld >> Repos - rmac/blobdiff - expr.c
Bug fix in flognp1. Better handling of cpbcc/fbcc/pbcc groups of instructions.
[rmac] / expr.c
diff --git a/expr.c b/expr.c
index 74b68c9c3ffe0bb9bfc7368bb48ef0ecd3a8fc25..4318aa7d6b98f871e9a93ea5e72d2bfebf7c7d52 100644 (file)
--- a/expr.c
+++ b/expr.c
@@ -523,7 +523,7 @@ thrown away right here. What the hell is it for?
 //
 int evexpr(TOKEN * _tk, uint64_t * a_value, WORD * a_attr, SYM ** a_esym)
 {
-       WORD attr, attr2;
+       WORD attr;
        SYM * sy;
        uint64_t * sval = evstk;                                // (Empty) initial stack
        WORD * sattr = evattr;