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