do not move ms_std message, added shc.c and shc.h to .distr
This commit is contained in:
parent
313376cd36
commit
27b1d561b5
2 changed files with 9 additions and 0 deletions
|
@ -18,11 +18,14 @@ param.h
|
|||
pattern.h
|
||||
patterns
|
||||
peephole.c
|
||||
pop_push.awk
|
||||
process.c
|
||||
proinf.h
|
||||
putline.c
|
||||
reg.c
|
||||
scan.l
|
||||
shc.c
|
||||
shc.h
|
||||
special.c
|
||||
testopt
|
||||
types.h
|
||||
|
|
|
@ -13,6 +13,7 @@ static char rcsid[] = "$Header$";
|
|||
#include <em_spec.h>
|
||||
#include <em_pseu.h>
|
||||
#include <em_mnem.h>
|
||||
#include <em_mes.h>
|
||||
#include "ext.h"
|
||||
|
||||
/*
|
||||
|
@ -160,6 +161,11 @@ backward() {
|
|||
goodrom = (rc >= 2);
|
||||
break;
|
||||
case ps_mes:
|
||||
if ((int) aoff(lnp->l_a.la_arg, 0) == ms_std) {
|
||||
lnp->l_next = i;
|
||||
i = lnp;
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
case ps_inp:
|
||||
case ps_ina:
|
||||
|
|
Loading…
Reference in a new issue