X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=riscasm.c;h=52925558f9faefb5412407ac30a958442f81f5ba;hp=e55a9861cbb8e53b31dbf546328439fd6b5af148;hb=d95ee7f628ceac9af515079fb6797476557a23d2;hpb=062214e62031c26d372edc2e68473ebb64f6a506 diff --git a/riscasm.c b/riscasm.c index e55a986..5292555 100644 --- a/riscasm.c +++ b/riscasm.c @@ -161,8 +161,6 @@ int GetRegister(WORD rattr) // Evaluate what's in the global "tok" buffer if (expr(r_expr, &eval, &eattr, &esym) != OK) - // Hmm, the evaluator should report the error to us... -// return MalformedOpcode(0x00); return ERROR; if ((challoc - ch_size) < 4)