bug fixed: added "fprintf(codefile,""rts\n");" to restr()
This commit is contained in:
parent
f2e52892ac
commit
6e519cf02b
|
@ -157,6 +157,7 @@ restr()
|
|||
fprintf(codefile,"move.l (sp)+,%s\n",p->rs_reg);
|
||||
}
|
||||
}
|
||||
fprintf(codefile,"rts\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue