* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / as / z80 / asexpr.c
index f9bda739d79d6c9c3b0b41c1235225cbd78db8ae..6d9211c3163817a03d7cd5055df30f0ece1486f8 100644 (file)
@@ -461,7 +461,6 @@ register struct expr *esp;
                 getid(id, c);
                 sp = lookup(id);
                 if (sp->s_type == S_NEW) {
-                        esp->e_addr = 0;
                         if (sp->s_flag&S_GBL) {
                                 esp->e_flag = 1;
                                 esp->e_base.e_sp = sp;