X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=expr.c;fp=expr.c;h=4525754efe1f5296278dd670ea1d918e6995c0de;hp=527cb2a29c9a23fc1726a131ff2ddff302d99137;hb=c77f5e305ec19e7d445bdd138187ca7458ba5a16;hpb=0de5c6860bd1bb7f0017e30721ed52c1cc2a720f diff --git a/expr.c b/expr.c index 527cb2a..4525754 100644 --- a/expr.c +++ b/expr.c @@ -494,13 +494,8 @@ be converted from a linked list into an array). *a_value = (symbol->sattr & DEFINED ? symbol->svalue : 0); *a_attr = (WORD)(symbol->sattr & ~GLOBAL); -/* -All that extra crap that was put into the svalue when doing the equr stuff is -thrown away right here. What the hell is it for? -*/ if (symbol->sattre & EQUATEDREG) { - *a_value &= 0x1F; *a_attr |= RISCREG; // Mark it as a register, 'cause it is *a_esym = symbol; }