Moved retar from ret.s to trp.s.
trp.s needed it and is behind ret.s in the library. When ret.s is loaded, it calls (via unknown) trp.s so inclusion in trp.s should work.
This commit is contained in:
parent
36f75c8404
commit
992e62127c
@ -25,7 +25,3 @@ lfr~:
|
|||||||
5: mov (r1)+,-(sp)
|
5: mov (r1)+,-(sp)
|
||||||
sob r0,5b
|
sob r0,5b
|
||||||
4: jmp (r3)
|
4: jmp (r3)
|
||||||
|
|
||||||
.data
|
|
||||||
retar: .=.+16.
|
|
||||||
retend:
|
|
||||||
|
|||||||
@ -90,4 +90,6 @@ trp~:
|
|||||||
4
|
4
|
||||||
|
|
||||||
.data
|
.data
|
||||||
|
retar: .=.+16.
|
||||||
|
retend:
|
||||||
buf: <err 00000\n>
|
buf: <err 00000\n>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user