*** empty log message ***
This commit is contained in:
parent
83b11ebd82
commit
7cc193c460
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue