*** empty log message ***

This commit is contained in:
ceriel 1987-03-03 11:22:29 +00:00
parent 4737231ff0
commit 00ffccce9e
5 changed files with 5 additions and 3 deletions

View File

@ -54,6 +54,7 @@ begtext:
jsr _m_a_i_n
add #010,sp
EXIT:
move.w d0,-(sp)
jsr __exit
.sect .data

View File

@ -53,6 +53,7 @@ begtext:
jsr _m_a_i_n
add #012,sp
EXIT:
move.l d0,-(sp)
jsr __exit
.sect .data

View File

@ -54,7 +54,7 @@ begtext:
add #012,sp
EXIT:
move.l d0,-(sp)
jsr _exit
jsr __exit
.sect .data
begdata:

View File

@ -39,7 +39,7 @@ begtext:
add #010,sp
EXIT:
move.w d0,-(sp)
jsr _exit
jsr __exit
.sect .data
begdata:

View File

@ -39,7 +39,7 @@ begtext:
EXIT:
move.l d0,-(sp)
jsr _exit
jsr __exit
! As a temporary measure
jsr .trp