]> git.sur5r.net Git - cc65/blobdiff - src/ca65/segment.c
Started to add a new .BANK instruction that allows access to a memory area
[cc65] / src / ca65 / segment.c
index 9bbccc02496596c7bbd4dda853c41939e1bd212d..0411f4d6e93d9aaca317d0faca86f7a0cede791f 100644 (file)
@@ -407,8 +407,11 @@ void SegDone (void)
 
                } else {
 
+                    /* Finalize the expression */
+                    F->V.Expr = FinalizeExpr (F->V.Expr, &F->LI);        
+
                     /* Simplify the expression */
-                    F->V.Expr = SimplifyExpr (F->V.Expr, &ED);
+                    /* ### F->V.Expr = SimplifyExpr (F->V.Expr, &ED); */
 
                    /* We cannot evaluate the expression now, leave the job for
                     * the linker. However, we can check if the address size