From: ceriel Date: Wed, 13 May 1987 10:18:42 +0000 (+0000) Subject: fixed problem with em_last file for int24 X-Git-Tag: release-5-5~4161 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e4cc45b56fe2993e5690575edcf11eca3d81e7af;p=ack.git fixed problem with em_last file for int24 --- diff --git a/mach/mantra/int/mloop9 b/mach/mantra/int/mloop9 index 2d8295038..d92cc4b58 100644 --- a/mach/mantra/int/mloop9 +++ b/mach/mantra/int/mloop9 @@ -271,7 +271,13 @@ lin_s0: move.l #0,d0 ; move.b (a3)+,d0 #if last bsr nexttab ; 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 #if count move.l countptr,d1 !LINE NUMBER IN d1