parent
b8cb840c12
commit
342a321c87
|
@ -24,7 +24,7 @@ STATIC void showinstr(line_p lnp)
|
||||||
* can occur in expressions that are going to be eliminated are
|
* can occur in expressions that are going to be eliminated are
|
||||||
* properly handled.
|
* properly handled.
|
||||||
*/
|
*/
|
||||||
if (INSTR(lnp) < sp_fmnem && INSTR(lnp) > sp_lmnem) {
|
if (INSTR(lnp) < sp_fmnem || INSTR(lnp) > sp_lmnem) {
|
||||||
fprintf(stderr,"*** ?\n");
|
fprintf(stderr,"*** ?\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue