fixed problem with em_last file for int24
This commit is contained in:
parent
985a52b415
commit
e4cc45b56f
1 changed files with 7 additions and 1 deletions
|
@ -271,7 +271,13 @@ lin_s0: move.l #0,d0 ; move.b (a3)+,d0
|
||||||
#if last
|
#if last
|
||||||
bsr nexttab ;
|
bsr nexttab ;
|
||||||
move.l 4(a6),(a1)+ !store new line
|
move.l 4(a6),(a1)+ !store new line
|
||||||
mov (a6),(a1) !number in buffer lasttable
|
#if lword
|
||||||
|
move.l (a6),(a1) !number in buffer lasttable
|
||||||
|
#else
|
||||||
|
mov (a6),d0
|
||||||
|
extend d0
|
||||||
|
move.l d0,(a1)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if count
|
#if count
|
||||||
move.l countptr,d1 !LINE NUMBER IN d1
|
move.l countptr,d1 !LINE NUMBER IN d1
|
||||||
|
|
Loading…
Reference in a new issue