*** empty log message ***
This commit is contained in:
parent
03bbb2c359
commit
27b2b08bee
@ -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…
x
Reference in New Issue
Block a user