bug fixed: added "fprintf(codefile,""rts\n");" to restr()

This commit is contained in:
bal 1984-07-30 12:47:54 +00:00
parent f2e52892ac
commit 6e519cf02b

View file

@ -157,6 +157,7 @@ restr()
fprintf(codefile,"move.l (sp)+,%s\n",p->rs_reg);
}
}
fprintf(codefile,"rts\n");
}