]> Shamusworld >> Repos - rmac/blobdiff - riscasm.c
Fixed bug with -l switch.
[rmac] / riscasm.c
index e55a9861cbb8e53b31dbf546328439fd6b5af148..52925558f9faefb5412407ac30a958442f81f5ba 100644 (file)
--- 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)