]> Shamusworld >> Repos - rmac/blobdiff - expr.c
.equr overhaul part 1: remove gpu/dsp only restriction, make sure things still work...
[rmac] / expr.c
diff --git a/expr.c b/expr.c
index 527cb2a29c9a23fc1726a131ff2ddff302d99137..4525754efe1f5296278dd670ea1d918e6995c0de 100644 (file)
--- 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;
                        }