fixed problem with em_last file for int24

This commit is contained in:
ceriel 1987-05-13 10:18:42 +00:00
parent 985a52b415
commit e4cc45b56f

View file

@ -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