From 610bb4a6d86ac792e00c8fd9004de501f14874a9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 24 Nov 1993 12:37:16 +0000 Subject: [PATCH] .long replaced by .data4 --- mach/6500/cg/mach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/6500/cg/mach.c b/mach/6500/cg/mach.c index 09a89047..08c25f78 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");