*** empty log message ***
authorkaashoek <none@none>
Tue, 31 May 1988 13:22:14 +0000 (13:22 +0000)
committerkaashoek <none@none>
Tue, 31 May 1988 13:22:14 +0000 (13:22 +0000)
util/ceg/assemble/obj_assemble/assemble.c

index 495a876..4c41a26 100644 (file)
@@ -129,11 +129,10 @@ char *parse_operand( ptr, n_ops, instr)
                }
                else {
                        error("strange operand format: %s\n", ptr);
-                       /* 
+                       /* We don't know what this code does ! */
                        *ptr++ = '\0';
                        ptr = skip_space( ptr);
                        if  ( *ptr != '\0') ptr++;   /* skip ';' */
-                       */
                }
                ptr = skip_space( ptr);
        }