Added a command to kill a register

This commit is contained in:
ceriel
1989-10-26 15:41:38 +00:00
parent adc8fc6e9e
commit 74546bd985
3 changed files with 5 additions and 1 deletions

View File

@@ -716,7 +716,7 @@ varinfo *kills,*allocates,*generates,*yields,*leaving;
code53(DO_REMOVE,0);
codeint(vp->vi_int[0]);
} else {
code8(DO_RREMOVE);
code8(DO_KILLREG);
codeint(-vp->vi_int[0] - 1);
}
codenl();