From: bal Date: Tue, 11 Sep 1984 15:44:14 +0000 (+0000) Subject: unlk a6 added to restr(). X-Git-Tag: release-5-5~6099 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ebed9d4804d08c2d76108a475dae631771b03a0b;p=ack.git unlk a6 added to restr(). --- diff --git a/mach/m68k2/cg/mach.c b/mach/m68k2/cg/mach.c index e96e6b666..e1593d40d 100644 --- a/mach/m68k2/cg/mach.c +++ b/mach/m68k2/cg/mach.c @@ -157,6 +157,7 @@ restr() fprintf(codefile,"move.l (sp)+,%s\n",p->rs_reg); } } + fprintf(codefile,"unlk a6\n"); fprintf(codefile,"rts\n"); }