]> Shamusworld >> Repos - rmac/blobdiff - riscasm.c
Added deprecated keywords JPAD/NOJPAD for legacy code. :-)
[rmac] / riscasm.c
index fbc8f81cf605ff2a14178c7754b9c64bac94718b..f2ffa4d34563edc781ffffcef605bd0e19b3a92d 100644 (file)
--- a/riscasm.c
+++ b/riscasm.c
@@ -171,15 +171,6 @@ int GetRegister(WORD rattr)
        if ((challoc - ch_size) < 4)
                chcheck(4L);
 
-       // See if this symbol has been defined, then undefined:
-//does nothing
-//segfaults now (esym == NULL?)
-/*     if (esym->sattre & UNDEF_EQUR)
-       {
-               error("undefined register");
-               return ERROR;
-       }*/
-
        if (!(eattr & DEFINED))
        {
                fixup((WORD)(FU_WORD | rattr), sloc, r_expr);