unlk a6 added to restr().

This commit is contained in:
bal 1984-09-11 15:44:14 +00:00
parent 5895758914
commit ebed9d4804

View file

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