From: ceriel Date: Wed, 24 Nov 1993 12:37:16 +0000 (+0000) Subject: .long replaced by .data4 X-Git-Tag: release-5-5~194 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0b7ae7a62902687fbd555354c216cf54a1eb1f01;p=ack.git .long replaced by .data4 --- diff --git a/mach/6500/cg/mach.c b/mach/6500/cg/mach.c index 09a890476..08c25f784 100644 --- a/mach/6500/cg/mach.c +++ b/mach/6500/cg/mach.c @@ -35,7 +35,7 @@ con_float() { static int been_here; if (argval != 4 && argval != 8) fatal("bad fcon size"); - fprintf(codefile,".long\t"); + fprintf(codefile,".data4\t"); if (argval == 8) fprintf(codefile,"F_DUM,"); fprintf(codefile,"F_DUM\n");