unlk a6 added to restr().

This commit is contained in:
bal
1984-09-11 15:44:14 +00:00
parent 50e3b4fe4a
commit 195c808f88

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");
}