bug fixed: added "fprintf(codefile,"\b"rts\n");" to restr()
authorbal <none@none>
Mon, 30 Jul 1984 12:47:54 +0000 (12:47 +0000)
committerbal <none@none>
Mon, 30 Jul 1984 12:47:54 +0000 (12:47 +0000)
mach/m68k2/cg/mach.c

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