]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Jun 2004 12:09:24 +0000 (12:09 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Jun 2004 12:09:24 +0000 (12:09 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3073 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/expr.c

index 18f7fece2300c1dd22a001238ef1f526f14aa71c..c89cfd0233f2ca50d906496a2e1f761ee824e938 100644 (file)
@@ -1677,7 +1677,7 @@ void hie10 (ExprDesc* Expr)
        case TOK_STAR:
            NextToken ();
             ExprWithCheck (hie10, Expr);
-            if (ED_IsLVal (Expr) || !(ED_IsLocConst (Expr) || ED_IsLocStack (Expr)))) {
+            if (ED_IsLVal (Expr) || !(ED_IsLocConst (Expr) || ED_IsLocStack (Expr))) {
                 /* Not a const, load it into the primary and make it a
                  * calculated value.
                  */