unlk a6 added to restr().
authorbal <none@none>
Tue, 11 Sep 1984 15:44:14 +0000 (15:44 +0000)
committerbal <none@none>
Tue, 11 Sep 1984 15:44:14 +0000 (15:44 +0000)
mach/m68k2/cg/mach.c

index e96e6b6..e1593d4 100644 (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");
 }