mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
rc: handle Xeflag in exitnext()
This commit is contained in:
parent
37a8fc6168
commit
6b0150764c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ exitnext(void){
|
|||
loop:
|
||||
c=&p->code[p->pc];
|
||||
while(1){
|
||||
if(c->f==Xpopredir || c->f==Xunlocal)
|
||||
if(c->f==Xpopredir || c->f==Xunlocal || c->f==Xeflag)
|
||||
c++;
|
||||
else if(c->f==Xsrcline)
|
||||
c += 2;
|
||||
|
|
Loading…
Reference in a new issue