From: bal Date: Mon, 30 Jul 1984 12:47:54 +0000 (+0000) Subject: bug fixed: added "fprintf(codefile,""rts\n");" to restr() X-Git-Tag: release-5-5~6138 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6e519cf02be9790b500dd6a561ca659ee79a6c20;p=ack.git bug fixed: added "fprintf(codefile,""rts\n");" to restr() --- diff --git a/mach/m68k2/cg/mach.c b/mach/m68k2/cg/mach.c index 7686188a6..e96e6b666 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,"rts\n"); }