unlk a6 added to restr().
This commit is contained in:
parent
5895758914
commit
ebed9d4804
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ restr()
|
|||
fprintf(codefile,"move.l (sp)+,%s\n",p->rs_reg);
|
||||
}
|
||||
}
|
||||
fprintf(codefile,"unlk a6\n");
|
||||
fprintf(codefile,"rts\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue