X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=riscasm.c;h=f2ffa4d34563edc781ffffcef605bd0e19b3a92d;hp=fbc8f81cf605ff2a14178c7754b9c64bac94718b;hb=b10167d55798ea184f97fafda075255c0852f3b6;hpb=f6e6a55c4cdaf0dffa0897792dc5926c7b173a23 diff --git a/riscasm.c b/riscasm.c index fbc8f81..f2ffa4d 100644 --- 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);